Skip to content

Commit

Permalink
CI: add dummy job to depend on
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jul 6, 2023
1 parent 555fd29 commit 8ad0ac8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
bundler-cache: true
- name: Run Rubocop
run: bundle exec rake rubocop

test:
runs-on: ubuntu-latest
strategy:
Expand All @@ -49,3 +50,12 @@ jobs:
run: bundle exec rake puppet_versions:test
- name: Test gem build
run: bundle exec rake build

tests:
needs:
- rubocop
- test
runs-on: ubuntu-latest
name: Test suite
steps:
- run: echo Test suite completed

0 comments on commit 8ad0ac8

Please sign in to comment.