Skip to content

Commit 8d2205c

Browse files
committed
Introduce post-test job (for status checking)
1 parent 21aa472 commit 8d2205c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,10 @@ jobs:
4242
- run: pytest
4343
env:
4444
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
45+
46+
post-test:
47+
name: All tests passed
48+
runs-on: ubuntu-latest
49+
needs: test
50+
steps:
51+
- run: echo ok

0 commit comments

Comments
 (0)