Skip to content

Commit

Permalink
Change directory for debug purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Dec 19, 2024
1 parent 040b066 commit 7c3e92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ jobs:

- name: Show contents of tmp directory
if: always()
run: ls -al tmp
run: ls -al tmp/capybara

- name: Save capybara screenshots as artifact
if: failure()
uses: actions/upload-artifact@v4
with:
name: dist-without-markdown
path: tmp/screenshots/*.png
path: tmp/capybara/*.png

0 comments on commit 7c3e92c

Please sign in to comment.