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

re-enable percy checks on PRs

This commit is contained in:
2021-10-30 09:23:13 -04:00
parent 82f8fb8be8
commit 302a88d6ff
4 changed files with 564 additions and 554 deletions

View File

@@ -25,6 +25,5 @@ jobs:
SKIP_OPTIMIZE_IMAGES: true
- run: yarn lint
- run: npx -p @percy/cli percy snapshot ./public
if: github.actor == 'jakejarvis'
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}