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 0e5f729 commit d036cfdCopy full SHA for d036cfd
1 file changed
.github/workflows/test.yml
@@ -64,3 +64,9 @@ jobs:
64
run: bundle exec rails test
65
- name: Run system tests
66
run: bundle exec rails test:system
67
+ - name: Upload system test failure screenshots
68
+ uses: actions/upload-artifact@v7
69
+ if: failure()
70
+ with:
71
+ path: tmp/screenshots/*.png
72
+ if-no-files-found: ignore
0 commit comments