Skip to content

Commit cff7775

Browse files
committed
add env variables for CI
1 parent 73f0b7f commit cff7775

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ jobs:
3535
- name: Check out branch
3636
uses: actions/checkout@v3
3737
- name: Set up Ruby
38+
env:
39+
GRAPE_VERSION: ${{ matrix.grape-version }}
40+
MODEL_PARSER: ${{ matrix.model-parser }}
3841
uses: ruby/setup-ruby@v1
3942
with:
4043
ruby-version: ${{ matrix.ruby-version }}
41-
GRAPE_VERSION: ${{ matrix.grape-version }}
42-
MODEL_PARSER: ${{ matrix.model-parser }}
4344
bundler-cache: true
4445
- name: Run rspec rest of the suite
4546
run: bundle exec rspec

0 commit comments

Comments
 (0)