Skip to content

Commit 50f162e

Browse files
committed
Try fix
1 parent f2d221f commit 50f162e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
env:
5252
RAILS_ENV: test
5353
CI: true
54-
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
5554
steps:
5655
- name: Checkout code
5756
uses: actions/checkout@v4
@@ -61,12 +60,14 @@ jobs:
6160
with:
6261
ruby-version: ${{ matrix.ruby }}
6362
bundler-cache: true
63+
env:
64+
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
6465

6566
- name: Set up Dummy
6667
run: spec/dummy/bin/setup
6768

6869
- name: Run tests
69-
run: bin/rspec
70+
run: bin/appraisal ${{ matrix.appraisal }} rspec
7071

7172
- name: Run tests with customization
72-
run: CHANGE_FIELD_BASE_CLASS=true CHANGE_VALUE_CLASS=true bin/rspec
73+
run: CHANGE_FIELD_BASE_CLASS=true CHANGE_VALUE_CLASS=true bin/appraisal ${{ matrix.appraisal }} rspec

0 commit comments

Comments
 (0)