Skip to content

Commit

Permalink
Ensure BUNDLE_GEMFILE is set for test run too.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Nov 28, 2019
1 parent 8a23ed8 commit 82743e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
gem install bundler -v 1.17.3
bundle install --jobs 4 --retry 3
- name: Test
run: bundle exec rake
run: |
export BUNDLE_GEMFILE="${GITHUB_WORKSPACE}/gemfiles/${MTSR_RAILS_VERSION}.gemfile"
bundle exec rake

0 comments on commit 82743e0

Please sign in to comment.