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 dd6bccd
Show file tree
Hide file tree
Showing 4 changed files with 887 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
run: npm run lint:hbs
- name: test
run: npm run test:ember
- name: percy
run: npm run test:percy
env:
PERCY_TOKEN: ${{secrets.PERCY_TOKEN}}

test-floating:
name: Floating Dependencies
Expand Down
Loading

0 comments on commit dd6bccd

Please sign in to comment.