From de3c713bd1b20387cd4aa1cf4fa14e68cb01f5d4 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Fri, 15 Mar 2024 22:21:58 -0400 Subject: [PATCH] typo --- .github/workflows/actions/test-core-screenshot/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/test-core-screenshot/action.yml b/.github/workflows/actions/test-core-screenshot/action.yml index a5f1369a86..b1fe9fc191 100644 --- a/.github/workflows/actions/test-core-screenshot/action.yml +++ b/.github/workflows/actions/test-core-screenshot/action.yml @@ -75,7 +75,7 @@ runs: pnpm run test.e2e ${{ steps.set-test-file.outputs.testFile }} --shard=${{ inputs.shard }}/${{ inputs.totalShards }} --update-snapshots git add src/\*.png --force mkdir updated-screenshots - cd ../ && rsync -R --progress $(git diff --name-only --cached) packages/core/updated-screenshots + cd ../ && rsync -R --progress $(git diff --name-only --cached) core/updated-screenshots if [ -d packages/core/updated-screenshots/core ]; then echo "hasUpdatedScreenshots=$(echo 'true')" >> $GITHUB_OUTPUT cd packages/core/updated-screenshots