Skip to content

Commit 4bce937

Browse files
committed
bring back the percy finalize task
now done using a CircleCI "orb". While the percy snapshot test still fails (fixing this will requires "approval" on percy.io), the percy snapshots now get properly uploaded to percy.io, making them available for viewing.
1 parent 00535d1 commit 4bce937

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 2.1
22

33
orbs:
4+
percy: percy/[email protected]
45
browser-tools: circleci/[email protected]
56

67
jobs:
@@ -54,12 +55,11 @@ jobs:
5455
- store_artifacts:
5556
path: /tmp/dash_artifacts
5657

57-
- run:
58-
name: 🦔 percy finalize
59-
command: npx percy finalize --all
60-
6158
workflows:
6259
version: 2
6360
build:
6461
jobs:
6562
- test
63+
- percy/finalize_all:
64+
requires:
65+
- test

0 commit comments

Comments
 (0)