Skip to content

Commit fa3e100

Browse files
committed
run percy tests with nopercyfinalize
1 parent 3581c83 commit fa3e100

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.circleci/config.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
version: 2
22

33
jobs:
4+
"percy-finalize":
5+
docker:
6+
- image: percyio/agent
7+
auth:
8+
username: dashautomation
9+
password: $DASH_PAT_DOCKERHUB
10+
steps:
11+
- run: percy finalize --all
412
"node":
513
docker:
614
- image: circleci/node:8.11.3
@@ -81,7 +89,7 @@ jobs:
8189
name: Integration Tests - Usage Apps Rendering
8290
command: |
8391
. venv/bin/activate
84-
pytest --headless tests/test_usage.py
92+
pytest --nopercyfinalize --headless tests/test_usage.py
8593
when: always
8694

8795
- run:
@@ -127,3 +135,6 @@ workflows:
127135
context: dash-docker-hub
128136
- "node":
129137
context: dash-docker-hub
138+
- "percy-finalize":
139+
requires:
140+
- "python-3.7"

0 commit comments

Comments
 (0)