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 Jan 4, 2024
1 parent e4bc331 commit 5a221cf
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 5a221cf

Please sign in to comment.