Skip to content

Commit 3a1e317

Browse files
committed
CI: Add proper job we can depend on
1 parent 091da25 commit 3a1e317

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,14 @@ jobs:
5050
run: gem build --strict --verbose *.gemspec
5151

5252
tests:
53+
if: always()
5354
needs:
5455
- rubocop_and_matrix
5556
- test
5657
runs-on: ubuntu-24.04
5758
name: Test suite
5859
steps:
59-
- run: echo Test suite completed
60+
- name: Decide whether the needed jobs succeeded or failed
61+
uses: re-actors/alls-green@release/v1
62+
with:
63+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)