Skip to content

Create new project: test #2

Create new project: test

Create new project: test #2

---
name: Test and Deploy
on:
push:
branches: ["**"]
tags-ignore: ["**"]
jobs:
build:
uses: Flaconi/github-actions/.github/workflows/build-node.yml@v1
with:
node_version: "22"
secrets: inherit
dev:
needs: build
uses: Flaconi/github-actions/.github/workflows/deploy-node.yml@v1

Check failure on line 15 in .github/workflows/test-and-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-and-deploy.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-and-deploy.yml" -> "Flaconi/github-actions/.github/workflows/deploy-node.yml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
env: dev
node_version: "22"
smoke: false
stage:
if: github.ref_name == 'master'
needs: build
uses: Flaconi/github-actions/.github/workflows/deploy-node.yml@v1
secrets: inherit
with:
env: stage
node_version: "22"
smoke: false