Skip to content

Commit

Permalink
add quality_checks_pass to gate pull request merge (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevalenty authored Apr 25, 2022
1 parent dfca78d commit 12a3c5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ jobs:
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}}

quality_checks_pass:
runs-on: ubuntu-latest
needs: build_and_test
steps:
- name: Say Hello
run: echo "Hello!"

build_single_header:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 12a3c5e

Please # to comment.