File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 55 percy : percy/agent@0.1.3
66 browser-tools : circleci/browser-tools@1.5.1
77
8-
98jobs :
109 artifacts :
1110 docker :
@@ -158,8 +157,8 @@ jobs:
158157 python -m venv venv && . venv/Scripts/activate
159158 pip install --no-cache-dir --upgrade -e .[ci,dev] --progress-bar off
160159 - run :
161- command : |
162- nvm install 18 && nvm use 18
160+ command : |
161+ nvm install 18 && nvm use 18
163162 - run :
164163 name : npm prereqs
165164 command : |
@@ -318,6 +317,8 @@ jobs:
318317 command : |
319318 . venv/bin/activate && rm -rf components/dash-core-components/dash_core_components
320319 cd components/dash-core-components
320+ npm ci
321+ npm run test:jest
321322 TESTFILES=$(circleci tests glob "tests/integration/**/test_*.py" | circleci tests split --split-by=timings)
322323 pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-core-components" ${TESTFILES}
323324 - store_artifacts :
You can’t perform that action at this time.
0 commit comments