Skip to content

Commit

Permalink
CI: Add a dummy task github rules can depend on
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Apr 28, 2023
1 parent 4062ec4 commit 6bc2373
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ jobs:
run: gem build *.gemspec
- name: Run tests
run: bundle exec rake spec
tests:
needs:
- test
runs-on: ubuntu-latest
name: Test suite
steps:
- run: echo Test suite completed

0 comments on commit 6bc2373

Please sign in to comment.