Skip to content

add CI check to run test suite against each commit #1

add CI check to run test suite against each commit

add CI check to run test suite against each commit #1

# Run test_each_chapter.yaml, from nqcc2 repo, to make sure we're not
# e.g. using a language feature before the test where it's added
name: Test All Chapters
on:
pull_request:
branches: [ "main" ]
jobs:
test_all_chapters:
uses: nlsandler/nqcc2/.github/workflows/test_each_chapter.yaml@extra-credit

Check failure on line 12 in .github/workflows/test_all_commits.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_all_commits.yaml

Invalid workflow file

You have an error in your yaml syntax on line 12
with:
tests-branch: ${{ github.ref_name }}