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.
1 parent 6eb6f74 commit 2f265daCopy full SHA for 2f265da
.github/workflows/pr-testing.yml
@@ -121,6 +121,7 @@ jobs:
121
run: clj-kondo --lint src test
122
123
tests:
124
+ if: always()
125
needs:
126
- clojure-tests
127
- rspec-tests
@@ -129,4 +130,7 @@ jobs:
129
130
runs-on: ubuntu-24.04
131
name: Test suite
132
steps:
- - run: echo Test suite completed
133
+ - name: Decide whether the needed jobs succeeded or failed
134
+ uses: re-actors/alls-green@release/v1
135
+ with:
136
+ jobs: ${{ toJSON(needs) }}
0 commit comments