1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:25:31 -04:00

update percy config

https://docs.percy.io/docs/cli-configuration#migrating-from-v1
This commit is contained in:
2021-08-03 20:24:29 -04:00
parent 6de1f8277a
commit 00ddc53891
4 changed files with 419 additions and 49 deletions

View File

@@ -33,7 +33,7 @@ jobs:
node-version: 14.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: percy/snapshot-action@v0.1.2
- run: NODE_ENV=production yarn build
- run: yarn percy
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}