Skip to content

workflows: Add a "all tests pass" check #3523

workflows: Add a "all tests pass" check

workflows: Add a "all tests pass" check #3523

Workflow file for this run

name: CI
on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
permissions: {}
jobs:
test:
uses: ./.github/workflows/_test.yml

Check failure on line 15 in .github/workflows/ci.yml

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "./.github/workflows/_test.yml" : No steps defined in `steps` and no workflow called in `uses` for the following jobs: all-tests-pass
test-with-sslib-main:
uses: ./.github/workflows/_test_sslib_main.yml