Skip to content

Commit

Permalink
Add Percy Visual Tests
Browse files Browse the repository at this point in the history
This is the easiest way to ensure that builds are actually doing what
they're supposed to do.
  • Loading branch information
jrjohnson committed Oct 22, 2021
1 parent d4c0d1d commit 1d29fb7
Show file tree
Hide file tree
Showing 4 changed files with 884 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
schedule:
- cron: '0 6 * * 0' # weekly, on sundays

env:
PERCY_TOKEN: ${{secrets.PERCY_TOKEN}}

jobs:
test:
name: Tests
Expand Down
Loading

0 comments on commit 1d29fb7

Please sign in to comment.