Skip to content

Commit 7a4c0c0

Browse files
authored
Replaced @percy/exec-action (deprecated) with @percy/cli (#98)
Co-authored-by: Isaac Lee <ijlee2@users.noreply.github.com>
1 parent 60658da commit 7a4c0c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ jobs:
7979
if: steps.cache-dependencies.outputs.cache-hit != 'true'
8080

8181
- name: Test
82-
uses: percy/exec-action@v0.3.1
83-
with:
84-
custom-command: yarn test
82+
run: npx percy exec -- yarn test
8583
env:
8684
PERCY_PARALLEL_NONCE: ${{ env.PERCY_PARALLEL_NONCE }}
8785
PERCY_PARALLEL_TOTAL: ${{ env.PERCY_PARALLEL_TOTAL }}

0 commit comments

Comments
 (0)