Skip to content

Commit

Permalink
finding images
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Dec 7, 2024
1 parent 3cc2dbd commit abf403c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,15 @@ jobs:
ls -la test/__image_snapshots__/
- name: Upload screenshots
if: always()
run: |
echo "Looking for PNG files in workspace:"
find $GITHUB_WORKSPACE -type f -name "*.png" -ls
- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: screenshots
path: |
test/__image_snapshots__
path: "**/*.png"
if-no-files-found: warn

0 comments on commit abf403c

Please sign in to comment.