Skip to content

Commit 8d01924

Browse files
committed
Update tests.yml
1 parent 3eaa1dd commit 8d01924

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ jobs:
5353
file: ./coverage.xml
5454
fail_ci_if_error: true
5555

56+
allgood:
57+
runs-on: ubuntu-latest
58+
needs:
59+
- pre-commit
60+
- tests
61+
steps:
62+
- run: echo "Great success!"
63+
5664
publish:
5765

5866
name: Publish to PyPi

0 commit comments

Comments
 (0)