Skip to content

Commit f68a3dc

Browse files
authored
Merge pull request #247 from jrjohnson/add-percy-tests
Add Percy Visual Tests
2 parents d4c0d1d + dd6bccd commit f68a3dc

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)