We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3581c83 commit fa3e100Copy full SHA for fa3e100
.circleci/config.yml
@@ -1,6 +1,14 @@
1
version: 2
2
3
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
12
"node":
13
docker:
14
- image: circleci/node:8.11.3
@@ -81,7 +89,7 @@ jobs:
81
89
name: Integration Tests - Usage Apps Rendering
82
90
command: |
83
91
. venv/bin/activate
84
- pytest --headless tests/test_usage.py
92
+ pytest --nopercyfinalize --headless tests/test_usage.py
85
93
when: always
86
94
87
95
- run:
@@ -127,3 +135,6 @@ workflows:
127
135
context: dash-docker-hub
128
136
- "node":
129
137
138
+ - "percy-finalize":
139
+ requires:
140
+ - "python-3.7"
0 commit comments