Skip to content

Commit

Permalink
Using different Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
spaquet committed Jul 3, 2023
1 parent 2397f36 commit 5d9a5be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
- run: |
echo "gem 'rails', '~>${{ matrix.rails-version }}'" >> Gemfile
bundle install
BUNDLE_GEMFILE=gemfiles/Gemfile.rails${{ matrix.rails-version }} bundle install
- name: Run tests
run: rake test
run: BUNDLE_GEMFILE=gemfiles/Gemfile.rails${{ matrix.rails-version }} rake test

build:
name: Build + Publish
Expand Down

0 comments on commit 5d9a5be

Please sign in to comment.