Skip to content

Commit 6338f1f

Browse files
authored
Merge pull request #4 from bastelfreak/ci
CI: Add Vox Pupuli best practices
2 parents 097c7ef + 5b30aa2 commit 6338f1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-testing.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@ jobs:
4848
lein -U test
4949
5050
tests:
51+
if: always()
5152
needs:
5253
- run-lein-tests
5354
runs-on: ubuntu-24.04
5455
name: Test suite
5556
steps:
56-
- run: echo Test suite completed
57+
- name: Decide whether the needed jobs succeeded or failed
58+
uses: re-actors/alls-green@release/v1
59+
with:
60+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)