File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 fetch-depth : 0
1717 - uses : ruby/setup-ruby@v1
1818 with :
19- ruby-version : 3.2.9
19+ ruby-version : 3.2
2020 bundler-cache : true
2121 # Disabled since it requires access not granted by GitHub Actions for PRs
2222 # - name: Danger
2626 # run: |
2727 # bundle exec danger
2828 - name : Rubocop
29- run : rubocop --autocorrect
29+ run : |
30+ bundle install
31+ rubocop --autocorrect
3032 Test :
3133 runs-on : ubuntu-latest
3234 strategy :
4446 ruby-version : ${{ matrix.ruby-version }}
4547 bundler-cache : true
4648 - name : Run tests
47- run : rake test
49+ run : |
50+ bundle install
51+ rake test
4852 Demo :
4953 runs-on : ubuntu-latest
5054 steps :
@@ -54,10 +58,12 @@ jobs:
5458 with :
5559 working-directory : demo
5660 bundler-cache : true
57- ruby-version : 3.4.2
61+ ruby-version : 3.4
5862 - name : Run tests
5963 working-directory : demo
60- run : rake test:all
64+ run : |
65+ bundle install
66+ rake test:all
6167 # - name: Commit changed screenshots and other files
6268 # if: failure()
6369 # working-directory: demo
You can’t perform that action at this time.
0 commit comments