Skip to content

Commit

Permalink
Keep system test screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
werebus committed Jan 10, 2025
1 parent 42a247c commit 18d3e92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ jobs:
- uses: ./.github/actions/setup
- run: bin/setup
- run: bundle exec rspec
- name: Archive failed system test screenshots
if: failure()
uses: actions/upload-artifact@v4
with:
name: failed-test-screenshots
path: tmp/capybara/*.png
if-no-files-found: ignore

0 comments on commit 18d3e92

Please sign in to comment.