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
3
3
jobs :
4
4
5
5
test :
6
- working_directory : ~/dashjl
6
+ working_directory : ~/dashjl
7
7
docker :
8
8
- image : plotly/julia:ci
9
9
auth :
@@ -30,15 +30,15 @@ jobs:
30
30
- run :
31
31
name : 🔎 Unit tests
32
32
command : |
33
- julia test/ci_prepare.jl
33
+ julia test/ci_prepare.jl
34
34
35
35
- run :
36
36
name : ⚙️ Integration tests
37
37
command : |
38
38
python -m venv venv
39
39
. venv/bin/activate
40
40
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
42
42
export PATH=$PATH:/home/circleci/.local/bin/
43
43
pytest --headless --nopercyfinalize --junitxml=test-reports/dashjl.xml --percy-assets=test/assets/ test/integration/
44
44
- store_artifacts :
51
51
- run :
52
52
name : 🦔 percy finalize
53
53
command : npx percy finalize --all
54
- when : on_fail
55
54
56
55
workflows :
57
56
version : 2
You can’t perform that action at this time.
0 commit comments