Skip to content

Commit

Permalink
add sidekiq to the command
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpcmad committed Mar 26, 2022
1 parent 1363bee commit 5f82627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: false
- name: Install Appraisal dependencies
run: bundle exec appraisal ${{ matrix.appraisal }} bundle
run: bundle exec appraisal sidekiq-${{ matrix.appraisal }} bundle
- name: Run tests
run: bundle exec appraisal ${{ matrix.appraisal }} bundle exec rake
run: bundle exec appraisal sidekiq-${{ matrix.appraisal }} bundle exec rake

0 comments on commit 5f82627

Please sign in to comment.