There was an error while loading. Please reload this page.
1 parent ae9a1c4 commit decc0c1Copy full SHA for decc0c1
1 file changed
.github/workflows/main.yml
@@ -26,8 +26,10 @@ jobs:
26
with:
27
ruby-version: ${{ matrix.ruby }}
28
bundler-cache: true
29
+ - name: Run the Appraisal installer
30
+ run: bundle exec appraisal install
31
- name: Run the default task
- run: bundle exec rake
32
+ run: bundle exec appraisal rake
33
ubuntu_regression:
34
runs-on: ubuntu-latest
35
timeout-minutes: 3
@@ -44,5 +46,7 @@ jobs:
44
46
45
47
48
49
50
51
52
run: bundle exec appraisal rake
0 commit comments