Skip to content

Commit 08bdd11

Browse files
committed
Share env variables to other steps with RSpec scripts
1 parent 6b7eec0 commit 08bdd11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
ruby-version: ${{ matrix.ruby }}
9090
bundler-cache: false
9191
- run: script/update_rubygems_and_install_bundler
92+
env: ${{ matrix.env }}
9293
- run: script/clone_all_rspec_repos
94+
env: ${{ matrix.env }}
9395
- run: bundle install --binstubs && script/run_build
9496
env: ${{ matrix.env }}
9597
continue-on-error: ${{ matrix.allow_failure || false }}

0 commit comments

Comments
 (0)