Skip to content

Commit

Permalink
upload screenshots as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
andresag4 committed Sep 9, 2024
1 parent 905fec0 commit 7562330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
bundle exec rspec
- name: Upload screenshots
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cypress-screenshots
path: cypress/screenshots
name: capybara-screenshots
path: tmp/capybara

0 comments on commit 7562330

Please sign in to comment.