Skip to content

Commit 5ce2f1a

Browse files
jenweberrunspired
andcommitted
Update ember percy
Co-authored-by: Chris Thoburn <[email protected]>
1 parent a549e19 commit 5ce2f1a

File tree

3 files changed

+299
-584
lines changed

3 files changed

+299
-584
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,8 @@ jobs:
7979
if: steps.cache-dependencies.outputs.cache-hit != 'true'
8080

8181
- name: Test
82-
uses: percy/[email protected]
83-
with:
84-
custom-command: yarn test:ember
8582
env:
8683
PERCY_PARALLEL_NONCE: ${{ env.PERCY_PARALLEL_NONCE }}
8784
PERCY_PARALLEL_TOTAL: ${{ env.PERCY_PARALLEL_TOTAL }}
8885
PERCY_TOKEN: 5ad6687f6b1ad3dec2b964f94d3d59ff3880baccf1492c0663e85c1ce79c1a52
86+
run: yarn run percy exec -- yarn test:ember

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"@ember/test-helpers": "^2.2.5",
3232
"@glimmer/component": "^1.0.4",
3333
"@glimmer/tracking": "^1.0.4",
34-
"@percy/ember": "^2.1.4",
34+
"@percy/cli": "^1.0.0-beta.54",
35+
"@percy/ember": "^3.0.0",
3536
"algoliasearch": "^3.32.1",
3637
"babel-eslint": "^10.1.0",
3738
"bourbon": "5.1.0",

0 commit comments

Comments
 (0)