Skip to content

Commit

Permalink
Env var is in wrong step
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Apr 29, 2024
1 parent 5b57b04 commit c05b51e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install gems
env:
MATRIX_RAILS_VERSION: ${{ matrix.rails }}
run: |
gem install bundler
bundle install
bundle exec appraisal install --jobs 4 --retry 3
- name: Run test
env:
MATRIX_RAILS_VERSION: ${{ matrix.rails }}
run: bundle exec appraisal rails_${MATRIX_RAILS_VERSION} rake test

0 comments on commit c05b51e

Please sign in to comment.