Skip to content

GH workflows

GH workflows #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
pest-tests:
uses: /.github/workflows/run-pest-tests.yml

Check failure on line 10 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

invalid value workflow reference: no version specified
e2e-tests:
needs: pest-tests
uses: /.github/workflows/run-e2e-tests.yml
deploy:
needs: e2e-tests
uses: /.github/workflows/deploy-mingle-demo.yml