Skip to content

Commit

Permalink
Set MTSR_RAILS_VERSION for all steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Nov 28, 2019
1 parent 82743e0 commit a67f636
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
- name: Setup System
run: |
sudo apt-get install libsqlite3-dev
echo "::set-env name=MTSR_RAILS_VERSION::${{ matrix.rails }}"
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Bundle
env:
MTSR_RAILS_VERSION: ${{ matrix.rails }}
run: |
export BUNDLE_GEMFILE="${GITHUB_WORKSPACE}/gemfiles/${MTSR_RAILS_VERSION}.gemfile"
gem uninstall -aIx bundler
Expand Down

0 comments on commit a67f636

Please sign in to comment.