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 5
5
6
6
browser-tools :
circleci/[email protected]
7
7
8
-
9
8
jobs :
10
9
artifacts :
11
10
docker :
@@ -158,8 +157,8 @@ jobs:
158
157
python -m venv venv && . venv/Scripts/activate
159
158
pip install --no-cache-dir --upgrade -e .[ci,dev] --progress-bar off
160
159
- run :
161
- command : |
162
- nvm install 18 && nvm use 18
160
+ command : |
161
+ nvm install 18 && nvm use 18
163
162
- run :
164
163
name : npm prereqs
165
164
command : |
@@ -318,6 +317,8 @@ jobs:
318
317
command : |
319
318
. venv/bin/activate && rm -rf components/dash-core-components/dash_core_components
320
319
cd components/dash-core-components
320
+ npm ci
321
+ npm run test:jest
321
322
TESTFILES=$(circleci tests glob "tests/integration/**/test_*.py" | circleci tests split --split-by=timings)
322
323
pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-core-components" ${TESTFILES}
323
324
- store_artifacts :
You can’t perform that action at this time.
0 commit comments