Skip to content

Commit

Permalink
Merge pull request #503 from bastelfreak/dependabot
Browse files Browse the repository at this point in the history
Add dummy CI job we can depend on
  • Loading branch information
bastelfreak committed Sep 15, 2023
2 parents 9eb08a6 + cfcb390 commit 95b0432
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 @@ -40,3 +40,10 @@ jobs:
run: bundle exec rake ${{ matrix.rake_task }}
- name: Build gem
run: gem build *.gemspec
tests:
needs:
- test
runs-on: ubuntu-latest
name: Test suite
steps:
- run: echo Test suite completed

0 comments on commit 95b0432

Please sign in to comment.