Skip to content

Commit decc0c1

Browse files
Added missing CI changes
1 parent ae9a1c4 commit decc0c1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
with:
2727
ruby-version: ${{ matrix.ruby }}
2828
bundler-cache: true
29+
- name: Run the Appraisal installer
30+
run: bundle exec appraisal install
2931
- name: Run the default task
30-
run: bundle exec rake
32+
run: bundle exec appraisal rake
3133
ubuntu_regression:
3234
runs-on: ubuntu-latest
3335
timeout-minutes: 3
@@ -44,5 +46,7 @@ jobs:
4446
with:
4547
ruby-version: ${{ matrix.ruby }}
4648
bundler-cache: true
49+
- name: Run the Appraisal installer
50+
run: bundle exec appraisal install
4751
- name: Run the default task
4852
run: bundle exec appraisal rake

0 commit comments

Comments
 (0)