Skip to content

Commit

Permalink
Merge pull request #323 from rspec/fix-legacy-builds-with-legacy-node…
Browse files Browse the repository at this point in the history
…-3-13

Fix legacy builds with legacy node 3 13
  • Loading branch information
JonRowe authored Jul 9, 2024
2 parents 9407ec3 + beb3228 commit b2d079e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit b2d079e

Please sign in to comment.