Skip to content

Commit

Permalink
Fix CI path to saved spec screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Nov 29, 2024
1 parent 3e22bee commit c1b06d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: failure()
with:
name: screenshots
path: ${{ github.workspace }}/tmp/capybara
path: ${{ github.workspace }}/spec/dummy/tmp/screenshots
if-no-files-found: ignore

- name: Coveralls Parallel
Expand Down

0 comments on commit c1b06d2

Please sign in to comment.