Skip to content

Commit

Permalink
try archiving capybara failure screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Dec 5, 2024
1 parent 9a4e61d commit b0c17b8
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 @@ -79,6 +79,13 @@ jobs:
run: |
bundle exec rspec
- name: Archive capybara failure screenshots
uses: actions/upload-artifact@v4
if: failure()
with:
name: dist-without-markdown
path: tmp/capybara/*.png
if-no-files-found: ignore



Expand Down

0 comments on commit b0c17b8

Please sign in to comment.