Skip to content

Commit b8a0d71

Browse files
committed
run new jest tests in ci
1 parent 9e9ccf9 commit b8a0d71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ orbs:
55
percy: percy/[email protected]
66
browser-tools: circleci/[email protected]
77

8-
98
jobs:
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,7 @@ jobs:
318317
command: |
319318
. venv/bin/activate && rm -rf components/dash-core-components/dash_core_components
320319
cd components/dash-core-components
320+
npm run test:jest
321321
TESTFILES=$(circleci tests glob "tests/integration/**/test_*.py" | circleci tests split --split-by=timings)
322322
pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-core-components" ${TESTFILES}
323323
- store_artifacts:

0 commit comments

Comments
 (0)