Skip to content

build: wip, reuse branch jobs for staging deploy #11

build: wip, reuse branch jobs for staging deploy

build: wip, reuse branch jobs for staging deploy #11

Workflow file for this run

name: GitHub Actions CI (Staging Deploy)
on:
push:
branches:
- 'stage/**'
jobs:
stage-branch:
uses: ./.github/workflows/branch.yml
stage-deploy:
needs:
- stage-install

Check failure on line 14 in .github/workflows/staging.yml

View workflow run for this annotation

GitHub Actions / GitHub Actions CI (Staging Deploy)

Invalid workflow file

The workflow is not valid. .github/workflows/staging.yml (Line: 14, Col: 7): Job 'stage-deploy' depends on unknown job 'stage-install'. .github/workflows/staging.yml (Line: 15, Col: 7): Job 'stage-deploy' depends on unknown job 'stage-build'.
- stage-build
- stage-unit-test
- stage-e2e-test
- stage-lint
uses: ./.github/workflows/deploy.yml
with:
ENVIRONMENT: ${{ vars.ENVIRONMENT }}
secrets: inherit