File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments