We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f0b7f commit cff7775Copy full SHA for cff7775
.github/workflows/ci.yml
@@ -35,11 +35,12 @@ jobs:
35
- name: Check out branch
36
uses: actions/checkout@v3
37
- name: Set up Ruby
38
+ env:
39
+ GRAPE_VERSION: ${{ matrix.grape-version }}
40
+ MODEL_PARSER: ${{ matrix.model-parser }}
41
uses: ruby/setup-ruby@v1
42
with:
43
ruby-version: ${{ matrix.ruby-version }}
- GRAPE_VERSION: ${{ matrix.grape-version }}
- MODEL_PARSER: ${{ matrix.model-parser }}
44
bundler-cache: true
45
- name: Run rspec rest of the suite
46
run: bundle exec rspec
0 commit comments