Skip to content

Commit e3f5e99

Browse files
committed
cd tests
1 parent 108f7d9 commit e3f5e99

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101

102102
- name: Run typing tests
103103
run: |
104-
cd @plotly/dash-test-components
105-
pytest tests/compliance/test_typing.py
104+
cd tests
105+
pytest compliance/test_typing.py
106106
107107
background-callbacks:
108108
name: Run Background Callback Tests (Python ${{ matrix.python-version }})
@@ -219,7 +219,8 @@ jobs:
219219
220220
- name: Run Background Callback Tests
221221
run: |
222-
pytest --headless --nopercyfinalize tests/background_callback -v -s
222+
cd tests
223+
pytest --headless --nopercyfinalize background_callback -v -s
223224
224225
table-unit:
225226
name: Table Unit/Lint Tests (Python ${{ matrix.python-version }})

0 commit comments

Comments
 (0)