Skip to content

Commit

Permalink
add percy
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Suriano committed Nov 20, 2023
1 parent 9ed72b6 commit 1793d1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ jobs:
- run: yarn install --frozen-lockfile

- run: yarn check-types

- run: yarn lint

- run: yarn build
env:
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
SPACE_ID: ${{secrets.SPACE_ID}}

- run: npx percy snapshot public/
env:
PERCY_TOKEN: $

0 comments on commit 1793d1b

Please sign in to comment.