Skip to content

Commit 447c674

Browse files
committed
CI: add proper job we can depend on
1 parent 5215b99 commit 447c674

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,14 @@ jobs:
5656
run: bundle exec rake acceptance
5757

5858
tests:
59+
if: always()
5960
needs:
6061
- rubocop_and_matrix
6162
- test
6263
runs-on: ubuntu-24.04
6364
name: Test suite
6465
steps:
65-
- run: echo Test suite completed
66+
- name: Decide whether the needed jobs succeeded or failed
67+
uses: re-actors/alls-green@release/v1
68+
with:
69+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)