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:
parent
1363beefde
commit
5f82627cd9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue