Skip to content

Commit 312041e

Browse files
authored
ci: add a tests pass job (#977)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent b0c230c commit 312041e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,18 @@ jobs:
4040

4141
- name: Run nox
4242
run: pipx run nox --error-on-missing-interpreters -s tests-${{ matrix.python_version }}
43+
44+
pass:
45+
name: All pass
46+
if: always()
47+
48+
needs:
49+
- test
50+
51+
runs-on: ubuntu-latest
52+
53+
steps:
54+
- name: Decide whether the needed jobs succeeded or failed
55+
uses: re-actors/alls-green@release/v1
56+
with:
57+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)