File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33jobs :
44
55 test :
6- working_directory : ~/dashjl
6+ working_directory : ~/dashjl
77 docker :
88 - image : plotly/julia:ci
99 auth :
@@ -30,15 +30,15 @@ jobs:
3030 - run :
3131 name : 🔎 Unit tests
3232 command : |
33- julia test/ci_prepare.jl
33+ julia test/ci_prepare.jl
3434
3535 - run :
3636 name : ⚙️ Integration tests
3737 command : |
3838 python -m venv venv
3939 . venv/bin/activate
4040 git clone --depth 1 https://github.com/plotly/dash.git -b dev dash-main
41- cd dash-main && pip install -e .[dev,testing] --progress-bar off && cd ~/dashjl
41+ cd dash-main && pip install -e .[dev,testing] --progress-bar off && cd ~/dashjl
4242 export PATH=$PATH:/home/circleci/.local/bin/
4343 pytest --headless --nopercyfinalize --junitxml=test-reports/dashjl.xml --percy-assets=test/assets/ test/integration/
4444 - store_artifacts :
5151 - run :
5252 name : 🦔 percy finalize
5353 command : npx percy finalize --all
54- when : on_fail
5554
5655workflows :
5756 version : 2
You can’t perform that action at this time.
0 commit comments