Skip to content

Commit

Permalink
CI: Fix screenshot artifacts path
Browse files Browse the repository at this point in the history
Sometimes the screenshots are saved under capybara folder.

(cherry picked from commit 34df78a)

# Conflicts:
#	.github/workflows/build_test.yml
  • Loading branch information
tvdeyen committed Jan 4, 2025
1 parent 0e3937c commit 5404f94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ jobs:
if: failure()
with:
name: Screenshots
path: spec/dummy/tmp/screenshots
path: |
spec/dummy/tmp/capybara
spec/dummy/tmp/screenshots
Jest:
runs-on: ubuntu-22.04
env:
Expand Down

0 comments on commit 5404f94

Please sign in to comment.