File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 # run: |
2727 # bundle exec danger
2828 - name : Rubocop
29- run : bundle exec rubocop --autocorrect
29+ run : rubocop --autocorrect
3030 Test :
3131 runs-on : ubuntu-latest
3232 strategy :
4444 ruby-version : ${{ matrix.ruby-version }}
4545 bundler-cache : true
4646 - name : Run tests
47- run : bundle exec rake test
47+ run : rake test
4848 Demo :
4949 runs-on : ubuntu-latest
5050 steps :
5757 ruby-version : 3.4.2
5858 - name : Run tests
5959 working-directory : demo
60- run : bundle exec rake test:all
60+ run : rake test:all
6161 # - name: Commit changed screenshots and other files
6262 # if: failure()
6363 # working-directory: demo
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- web: bundle exec bin/rails server -b 0.0.0.0
1+ web: bin/rails server -b 0.0.0.0
22js: yarn build --watch
33css: yarn build:css --watch
You can’t perform that action at this time.
0 commit comments