Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Use BUNDLE_GEMFILE
  • Loading branch information
kigster authored Dec 4, 2024
1 parent 02bbc5e commit d5dcac8
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 @@ -26,15 +26,15 @@ jobs:
- name: Run Specs for V5 Puma
run: |
set -x; set -e;
export BUNDLE_CONFIG=Gemfile.puma-v5;
export BUNDLE_GEMFILE=Gemfile.puma-v5;
bundle install -j 4 && \
bundle exec rspec --color --format progress -p 2 2>/dev/null ;
echo; echo ;
- name: Run Specs fo V6 Puma
run: |
set -x; set -e;
export BUNDLE_CONFIG=Gemfile.puma-v6;
export BUNDLE_GEMFILE=Gemfile.puma-v6;
bundle install -j 4 && \
bundle exec rspec --color --format progress -p 2 2>/dev/null ;
echo; echo ;
Expand Down

0 comments on commit d5dcac8

Please sign in to comment.