Skip to content

Commit

Permalink
chore(paparazzi): add all matching pathspec (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed May 28, 2024
1 parent 83bec9c commit 590b144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/paparazzi-golden-images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ runs:
- run: ./gradlew cleanRecordPaparazziRelease
shell: bash
- run: |
# Record all snapshots to the index, to be able to detect untracked ones
git add --intent-to-add -- '**/src/test/snapshots/**/*.png'
git status --porcelain
git add -- '**/src/test/snapshots/**/*.png'
if ! git diff --cached --quiet --exit-code -- '**/src/test/snapshots/**/*.png' ; then
git config user.name 'spark-ui-bot'
Expand Down

0 comments on commit 590b144

Please sign in to comment.