Skip to content

Commit

Permalink
Merge pull request #926 from NicholasTanz/updateWorkflow
Browse files Browse the repository at this point in the history
github status check for whole test run
  • Loading branch information
jku authored Dec 30, 2024
2 parents 9b7ad14 + c05cd36 commit cde67a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,10 @@ jobs:
- name: Run tox
run: tox -e ${{ matrix.toxenv }}

summary:
needs: test
runs-on: ubuntu-latest
steps:
- name: All tests completed
run: echo "All matrix jobs have completed successfully."

0 comments on commit cde67a3

Please sign in to comment.