Skip to content

Commit c05cd36

Browse files
committed
github status check for whole test run - added job to test.yml
Signed-off-by: NicholasTanz <[email protected]>
1 parent 62b212f commit c05cd36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.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)