We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa5ecf commit ed20095Copy full SHA for ed20095
.github/workflows/sentry_sidekiq_test.yml
@@ -80,8 +80,6 @@ jobs:
80
redis-version: ${{ (contains(matrix.sidekiq_version, '7.0') || contains(matrix.sidekiq_version, '8.0')) && 6 || 5 }}
81
82
- name: Run specs with Sidekiq ${{ matrix.sidekiq_version }}
83
- env:
84
- WITH_SENTRY_RAILS: 1
85
run: bundle exec rake
86
87
- name: Upload Coverage
0 commit comments