Skip to content

Commit

Permalink
match old config.yml command again
Browse files Browse the repository at this point in the history
  • Loading branch information
kraila committed Oct 26, 2023
1 parent 69b84fd commit 29c3f5c
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 @@ -83,7 +83,7 @@ jobs:
run: bundle exec appraisal install

- name: Appraise (Rails ${{ matrix.rails }}, Sidekiq ${{ matrix.sidekiq }})
run: bundle exec appraisal rails-${{ matrix.rails }}-sidekiq-${{ matrix.sidekiq }} rake spec
run: bundle exec appraisal rails-${{ matrix.rails }}-sidekiq-${{ matrix.sidekiq }} rspec

test-ddtrace:
name: Test with ddtrace (Rails 6.1, Sidekiq 6.4, ddtrace ${{ matrix.ddtrace }})
Expand Down Expand Up @@ -132,4 +132,4 @@ jobs:
run: bundle exec appraisal install

- name: Appraise (Rails 6.1, Sidekiq 6.4, ddtrace ${{ matrix.ddtrace }})
run: bundle exec appraisal rails-6.1-sidekiq-6.4-ddtrace-${{ matrix.ddtrace }} rake spec
run: bundle exec appraisal rails-6.1-sidekiq-6.4-ddtrace-${{ matrix.ddtrace }} rspec

0 comments on commit 29c3f5c

Please sign in to comment.