Skip to content

Commit c00a30e

Browse files
committed
Provide a dummy task in CI for the whole suite
This task depends on the matrix tests so we can set it as a required task, rather than listing the whole matrix individually.
1 parent c5c9941 commit c00a30e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,10 @@ jobs:
4747
- name: Run tests
4848
run: |
4949
bundle exec rake test test:acceptance
50+
51+
suite:
52+
name: Test suite
53+
needs: test
54+
runs-on: ubuntu-latest
55+
steps:
56+
- run: echo Test suite completed

0 commit comments

Comments
 (0)