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.
2 parents 8148581 + b78a537 commit a6a1e60Copy full SHA for a6a1e60
1 file changed
.github/workflows/test.yml
@@ -64,3 +64,10 @@ 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
+ name: Screenshots
72
+ path: tmp/screenshots/*.png
73
+ if-no-files-found: ignore
0 commit comments