Skip to content

Commit

Permalink
Provide a dummy task in CI for the whole suite
Browse files Browse the repository at this point in the history
This task depends on the matrix tests so we can set it as a required
task, rather than listing the whole matrix individually.
  • Loading branch information
ekohl committed Feb 14, 2024
1 parent c5c9941 commit c00a30e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ jobs:
- name: Run tests
run: |
bundle exec rake test test:acceptance
suite:
name: Test suite
needs: test
runs-on: ubuntu-latest
steps:
- run: echo Test suite completed

0 comments on commit c00a30e

Please sign in to comment.