Skip to content

Commit

Permalink
Merge pull request #102 from bastelfreak/ci3
Browse files Browse the repository at this point in the history
CI: Add a dummy task github rules can depend on
  • Loading branch information
bastelfreak authored Apr 28, 2023
2 parents b00d78f + 6bc2373 commit f10037b
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 f10037b

Please sign in to comment.