Skip to content

Commit dd6bccd

Browse files
committed
Add Percy Visual Tests
This is the easiest way to ensure that builds are actually doing what they're supposed to do.
1 parent d4c0d1d commit dd6bccd

File tree

4 files changed

+887
-1
lines changed

4 files changed

+887
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
run: npm run lint:hbs
3434
- name: test
3535
run: npm run test:ember
36+
- name: percy
37+
run: npm run test:percy
38+
env:
39+
PERCY_TOKEN: ${{secrets.PERCY_TOKEN}}
3640

3741
test-floating:
3842
name: Floating Dependencies

0 commit comments

Comments
 (0)