Skip to content

Commit cf46155

Browse files
committed
Move env to job level
1 parent e910fc6 commit cf46155

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ci/.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,17 @@ jobs:
4646
DIFF_LCS_VERSION: "1.4.3"
4747
fail-fast: false
4848
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
49+
env: ${{ matrix.env }}
4950
steps:
5051
- uses: actions/checkout@v2
5152
- uses: ruby/setup-ruby@v1
5253
with:
5354
bundler: ${{ matrix.bundler || 2 }}
5455
ruby-version: ${{ matrix.ruby }}
55-
bundler-cache: true
5656
- run: script/update_rubygems_and_install_bundler
57-
env: ${{ matrix.env }}
5857
- run: script/clone_all_rspec_repos
59-
env: ${{ matrix.env }}
6058
- run: bundle install --binstubs --standalone
61-
env: ${{ matrix.env }}
6259
- run: script/run_build
63-
env: ${{ matrix.env }}
6460

6561
windows:
6662
name: Ruby ${{ matrix.ruby }} (Windows)

0 commit comments

Comments
 (0)