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.
  • Loading branch information
tvdeyen committed Jan 4, 2025
1 parent e01298f commit 34df78a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ jobs:
if: failure()
with:
name: Screenshots
path: spec/dummy/tmp/screenshots
path: |
spec/dummy/tmp/capybara
spec/dummy/tmp/screenshots
PushJavascript:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 34df78a

Please sign in to comment.