Skip to content

extract common pull/push part in verification github actions #4

extract common pull/push part in verification github actions

extract common pull/push part in verification github actions #4

Workflow file for this run

name: Pull verify
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'examples/**'
types:
- opened
- reopened
- synchronize
- ready_for_review
- converted_to_draft
jobs:
call-unit-tests:
uses: ./.github/workflows/pull-verify/unit-tests.yaml

Check failure on line 17 in .github/workflows/pull-verify.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-verify.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
call-integration-tests:
uses: ./.github/workflows/pull-verify/integration-tests.yaml
call-unit-tests-2:
uses: ./.github/workflows/unit-tests.yaml