Skip to content

Commit 7a1eea9

Browse files
authored
add pass step to GitHub Actions (#384)
Same as deepmodeling/deepmd-kit#2141
1 parent 7db1b4c commit 7a1eea9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ jobs:
2727
run: cd tests && coverage run --source=../dpdata -m unittest && cd .. && coverage combine tests/.coverage && coverage report
2828
- name: Run codecov
2929
uses: codecov/codecov-action@v3
30+
pass:
31+
needs: [build]
32+
runs-on: ubuntu-latest
33+
steps:
34+
- run: echo "All jobs passed"

0 commit comments

Comments
 (0)