diff --git a/ci/.github/workflows/ci.yml b/ci/.github/workflows/ci.yml index 2aae90f..54f7bbe 100644 --- a/ci/.github/workflows/ci.yml +++ b/ci/.github/workflows/ci.yml @@ -80,6 +80,13 @@ jobs: - run: bundle install --standalone - run: bundle binstubs --all - run: script/run_build + - name: Store coverage output for reference + uses: actions/upload-artifact@v4 + if: failure() + with: + name: coverage-report-${{ matrix.ruby }} + path: coverage/index.html + retention-days: 14 legacy: name: Legacy Ruby Builds (${{ matrix.container.version }}) @@ -118,8 +125,10 @@ jobs: tag: ghcr.io/rspec/docker-ci:jruby-9.1.17.0 options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227" env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true LEGACY_CI: true JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }} + NO_COVERAGE: true steps: - uses: actions/checkout@v3 - run: ${{ matrix.container.pre }}