Skip to content

Commit

Permalink
test for enabling percy on CI ?
Browse files Browse the repository at this point in the history
  • Loading branch information
romgere committed Oct 19, 2023
1 parent 0a12ce1 commit bb3d62a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Test
run: yarn test
run: yarn percy exec -- ember test
env:
PERCY_TOKEN: ${{ vars.PERCY_TOKEN }}

0 comments on commit bb3d62a

Please sign in to comment.