We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9679c58 commit 0c32781Copy full SHA for 0c32781
.github/workflows/ruby.yml
@@ -58,8 +58,8 @@ jobs:
58
- name: Run tests
59
working-directory: demo
60
run: bundle exec rake test:all
61
- - name: Commit changed screenshots and other files
62
- if: failure()
63
- working-directory: demo
64
- run: bundle exec rake commit
+ # - name: Commit changed screenshots and other files
+ # if: failure()
+ # working-directory: demo
+ # run: bundle exec rake commit
65
0 commit comments