Skip to content

Commit

Permalink
test: add single ci_all_tests_passed job that can be required for CI …
Browse files Browse the repository at this point in the history
…rather than each individual job
  • Loading branch information
nick-fields committed Aug 6, 2022
1 parent e0f728a commit b3fd951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Expand Up @@ -569,7 +569,7 @@ jobs:
]
runs-on: ubuntu-latest
steps:
- name: echo "If this is hit, all tests successfully passed"
- run: echo "If this is hit, all tests successfully passed"

# runs on push to master only
cd:
Expand Down

0 comments on commit b3fd951

Please sign in to comment.