Skip to content

Commit 0c32781

Browse files
committed
Remove committing changes to screenshots
1 parent 9679c58 commit 0c32781

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ruby.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
- name: Run tests
5959
working-directory: demo
6060
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
61+
# - name: Commit changed screenshots and other files
62+
# if: failure()
63+
# working-directory: demo
64+
# run: bundle exec rake commit
6565

0 commit comments

Comments
 (0)