We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be1e837 + d7137f9 commit 78254d2Copy full SHA for 78254d2
.github/workflows/_test.yml
@@ -77,6 +77,13 @@ jobs:
77
run: |
78
coveralls --service=github
79
80
+ all-tests-pass:
81
+ name: All tests passed
82
+ needs: [lint-test, tests]
83
+ runs-on: ubuntu-latest
84
+ steps:
85
+ - run: echo "All test jobs have completed successfully."
86
+
87
coveralls-fin:
88
# Always run when all 'tests' jobs have finished even if they failed
89
# TODO: Replace always() with a 'at least one job succeeded' expression
0 commit comments