1
0
Fork 0
mirror of https://github.com/deanpcmad/sidekiq-limit_fetch.git synced 2022-11-09 13:54:36 -05:00

add sidekiq to the command

This commit is contained in:
Dean Perry 2022-03-26 09:48:02 +00:00
parent 1363beefde
commit 5f82627cd9

View file

@ -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