Skip to content

Commit

Permalink
Fix glob for Purge existing snapshots
Browse files Browse the repository at this point in the history
Refs: #7091
  • Loading branch information
sdvg committed Nov 20, 2024
1 parent 803648a commit 2ef95dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: pnpm -r build

- name: Purge existing snapshots
run: rm packages/**/snapshots/**/*.png
run: rm packages/**/**/snapshots/**/*.png

- name: Display git status (before test-update)
run: git status
Expand Down

0 comments on commit 2ef95dd

Please sign in to comment.