This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 11version : 2
22
33jobs :
4- " server-test " :
4+ server-test :
55 docker :
66 - image : circleci/python:3.6.7-node-browsers
77 - image : cypress/base:10
4949 npm run test.server
5050
5151
52- " standalone-test " :
52+ standalone-test :
5353 docker :
5454 - image : circleci/python:3.6.7-node-browsers
5555 - image : cypress/base:10
7777 command : npm run test.standalone
7878
7979
80- " unit-test " :
80+ unit-test :
8181 docker :
8282 - image : circleci/python:3.6.7-node-browsers
8383 - image : cypress/base:10
@@ -118,7 +118,7 @@ jobs:
118118 npm run test.unit
119119
120120
121- " visual-test " :
121+ visual-test :
122122 docker :
123123 - image : circleci/node:8.11.3-browsers
124124
@@ -146,7 +146,7 @@ jobs:
146146 command : npm run test.visual
147147
148148
149- " node " :
149+ node :
150150 docker :
151151 - image : circleci/python:3.6.7-node
152152
@@ -183,7 +183,7 @@ jobs:
183183 when : always
184184
185185
186- " python-3.6 " :
186+ python-3.6 :
187187 docker :
188188 - image : circleci/python:3.6.7-stretch-node-browsers
189189
@@ -224,7 +224,7 @@ jobs:
224224 pip install -e .
225225
226226 - run :
227- name : ⚙️ run integration test
227+ name : ⚙️ Run integration test
228228 command : |
229229 . venv/bin/activate
230230 pytest --junitxml=test-reports/dash.xml tests/integration
@@ -241,9 +241,9 @@ workflows:
241241 version : 2
242242 build :
243243 jobs :
244- - " python-3.6"
245- - " node"
246- - " server-test"
247- - " standalone-test"
248- - " unit-test"
249- - " visual-test"
244+ - python-3.6
245+ - node
246+ - server-test
247+ - standalone-test
248+ - unit-test
249+ - visual-test
Original file line number Diff line number Diff line change 4242dist
4343* __pycache__ *
4444__pycache__ /
45-
46- * .pyc
You can’t perform that action at this time.
0 commit comments