Skip to content

Commit d036cfd

Browse files
committed
Upload system test failure screenshots
1 parent 0e5f729 commit d036cfd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,9 @@ jobs:
6464
run: bundle exec rails test
6565
- name: Run system tests
6666
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

Comments
 (0)