Skip to content

Commit aa3d51b

Browse files
authored
Merge pull request #141 from plotly/percy_fix
Fixing the work of percy
2 parents 30f22d0 + 89425f4 commit aa3d51b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
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:
@@ -51,7 +51,6 @@ jobs:
5151
- run:
5252
name: 🦔 percy finalize
5353
command: npx percy finalize --all
54-
when: on_fail
5554

5655
workflows:
5756
version: 2

0 commit comments

Comments
 (0)