Skip to content

Commit 6fd556d

Browse files
committed
adding step for creating the test components
1 parent 43fe153 commit 6fd556d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ jobs:
261261
touch __init__.py
262262
pytest --headless --nopercyfinalize tests/background_callback -v -s
263263
264+
- name: Build/Setup test components
265+
run: npm run setup-tests.py
266+
264267
- name: Run Async Callback Tests
265268
run: |
266269
find packages -name dash-*.whl -print -exec sh -c 'pip install "{}[async]"' \;

0 commit comments

Comments
 (0)