Skip to content

Commit 220a688

Browse files
committed
CI: Add proper CI dummy job we can depend on
1 parent 566fa74 commit 220a688

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,15 @@ jobs:
2828
bundler-cache: true
2929
- run: bundle exec rake rubocop
3030
- run: gem build --strict --verbose *.gemspec
31+
32+
tests:
33+
if: always()
34+
needs:
35+
- rubocop_checks
36+
runs-on: ubuntu-24.04
37+
name: Test suite
38+
steps:
39+
- name: Decide whether the needed jobs succeeded or failed
40+
uses: re-actors/alls-green@release/v1
41+
with:
42+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)