Skip to content

Commit cde67a3

Browse files
authored
Merge pull request #926 from NicholasTanz/updateWorkflow
github status check for whole test run
2 parents 9b7ad14 + c05cd36 commit cde67a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/workflows/_test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,10 @@ jobs:
8181
8282
- name: Run tox
8383
run: tox -e ${{ matrix.toxenv }}
84+
85+
summary:
86+
needs: test
87+
runs-on: ubuntu-latest
88+
steps:
89+
- name: All tests completed
90+
run: echo "All matrix jobs have completed successfully."

0 commit comments

Comments
 (0)