Skip to content

Commit 12346f5

Browse files
committed
moar CI tweakz
1 parent 9ece14d commit 12346f5

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
@@ -181,7 +181,7 @@ jobs:
181181
name: ️️🏗️ Install package
182182
command: |
183183
. venv/bin/activate
184-
npm install --production
184+
npm install
185185
pip install dash-package/dash-package.tar.gz[ci,dev,testing,celery,diskcache] --progress-bar off
186186
pip list | grep dash
187187
- run:
@@ -286,7 +286,7 @@ jobs:
286286
. venv/bin/activate && rm -rf components/dash-core-components/dash_core_components
287287
cd components/dash-core-components
288288
TESTFILES=$(circleci tests glob "tests/integration/**/test_*.py" | circleci tests split --split-by=timings)
289-
pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-core-components." ${TESTFILES}
289+
pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-core-components" ${TESTFILES}
290290
- store_artifacts:
291291
path: ~/dash/components/dash-core-components/test-reports
292292
- store_test_results:
@@ -407,7 +407,7 @@ jobs:
407407
. venv/bin/activate
408408
cd components/dash-table
409409
TESTFILES=$(circleci tests glob "tests/selenium/**/test_*.py" | circleci tests split --split-by=timings)
410-
pytest --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-table." ${TESTFILES}
410+
pytest --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-table" ${TESTFILES}
411411
- store_artifacts:
412412
path: ~/dash/components/dash-table/test-reports
413413
- store_test_results:

0 commit comments

Comments
 (0)