Skip to content

Commit

Permalink
Merge pull request #309 from olleolleolle/patch-2
Browse files Browse the repository at this point in the history
CI: use matrix.task to select Rake task
  • Loading branch information
grosser authored Nov 17, 2021
2 parents 86351b3 + fedaaa1 commit ae9c52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec rake
- run: bundle exec rake ${{ matrix.task }}

0 comments on commit ae9c52f

Please sign in to comment.