From 50cbcc019a177bbccd06c40d188713cd4016ec91 Mon Sep 17 00:00:00 2001 From: st0012 Date: Wed, 8 Sep 2021 11:38:06 +0800 Subject: [PATCH] Fix --- .github/workflows/sentry_delayed_job_test.yml | 2 ++ .github/workflows/sentry_resque_test.yml | 2 ++ .github/workflows/sentry_ruby_test.yml | 1 + .github/workflows/sentry_sidekiq_test.yml | 2 ++ 4 files changed, 7 insertions(+) diff --git a/.github/workflows/sentry_delayed_job_test.yml b/.github/workflows/sentry_delayed_job_test.yml index 6d31d304b..82793c38d 100644 --- a/.github/workflows/sentry_delayed_job_test.yml +++ b/.github/workflows/sentry_delayed_job_test.yml @@ -20,8 +20,10 @@ jobs: os: [ubuntu-latest] include: - ruby_version: '3.0' + os: ubuntu-latest env: RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal" - ruby_version: '3.0' + os: ubuntu-latest env: CODECOVE=1 steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/sentry_resque_test.yml b/.github/workflows/sentry_resque_test.yml index 8e43468c6..e8f75118f 100644 --- a/.github/workflows/sentry_resque_test.yml +++ b/.github/workflows/sentry_resque_test.yml @@ -20,8 +20,10 @@ jobs: os: [ubuntu-latest] include: - ruby_version: '3.0' + os: ubuntu-latest env: RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal" - ruby_version: '3.0' + os: ubuntu-latest env: CODECOVE=1 steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/sentry_ruby_test.yml b/.github/workflows/sentry_ruby_test.yml index f2d89470d..ab61331ce 100644 --- a/.github/workflows/sentry_ruby_test.yml +++ b/.github/workflows/sentry_ruby_test.yml @@ -39,6 +39,7 @@ jobs: env: RUBYOPT: ${{ matrix.options.rubyopt }} WITHOUT_RACK: ${{ matrix.options.without_rack }} + CODECOV: ${{ matrix.options.codecov }} run: | bundle install --jobs 4 --retry 3 bundle exec rake diff --git a/.github/workflows/sentry_sidekiq_test.yml b/.github/workflows/sentry_sidekiq_test.yml index 462018b46..1785f34a4 100644 --- a/.github/workflows/sentry_sidekiq_test.yml +++ b/.github/workflows/sentry_sidekiq_test.yml @@ -21,8 +21,10 @@ jobs: os: [ubuntu-latest] include: - ruby_version: '3.0' + sidekiq_version: 6.0 env: RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal" - ruby_version: '3.0' + sidekiq_version: 6.0 env: CODECOVE=1 exclude: - ruby_version: 2.4