We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e81ba commit dc97ec6Copy full SHA for dc97ec6
.circleci/config.yml
@@ -294,7 +294,7 @@ jobs:
294
. venv/bin/activate && rm -rf components/dash-core-components/dash_core_components
295
cd components/dash-core-components
296
TESTFILES=$(circleci tests glob "tests/integration/**/test_*.py" | circleci tests split --split-by=timings)
297
- pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-core-components" ${TESTFILES}
+ pytest --headless --nopercyfinalize --junitxml=test-reports/junit_intg.xml --junitprefix="components.dash-core-components" ${TESTFILES} --reruns 3
298
- store_artifacts:
299
path: ~/dash/components/dash-core-components/test-reports
300
- store_test_results:
0 commit comments