Skip to content

try to get failures to report correctly #9

try to get failures to report correctly

try to get failures to report correctly #9

name: "Main CI/CD Pipeline (prod)"
on:
workflow_dispatch:
push:
branches: [ "main" ]
jobs:
mini_test:
uses: ./.github/workflows/_run_tests.yml

Check failure on line 9 in .github/workflows/ci-cd-pipeline-main.yml

View workflow run for this annotation

GitHub Actions / Main CI/CD Pipeline (prod)

Invalid workflow file

The workflow is not valid. In .github/workflows/ci-cd-pipeline-main.yml (Line: 9, Col: 11): Error from called workflow bullet-train-co/bullet_train-demo_site/.github/workflows/_run_tests.yml@3906c75ce732e65b298f098a4b79c74d5947e215 (Line: 13, Col: 7): Unexpected value 'continue-on-error'
secrets: inherit
super_scaffolding:
uses: ./.github/workflows/_run_super_scaffolding_tests.yml
secrets: inherit
standardrb:
uses: ./.github/workflows/_standardrb.yml
secrets: inherit
db_schema:
uses: ./.github/workflows/_database_schema_check.yml
secrets: inherit
deploy:
uses: ./.github/workflows/_deploy_heroku.yml
needs: [mini_test, super_scaffolding, standardrb, db_schema]
secrets: inherit
with:
heroku-app-name: "bullettrain-co"