Skip to content

Commit a9832dd

Browse files
committed
Try copy bg tests.
1 parent 718d460 commit a9832dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,10 @@ jobs:
219219
220220
- name: Run Background Callback Tests
221221
run: |
222-
export PYTHONPATH=.
222+
mkdir bgtests
223+
cp -r tests bgtests/tests
224+
cd bgtests
225+
touch __init__.py
223226
pytest --headless --nopercyfinalize tests/background_callback -v -s
224227
225228
table-unit:

0 commit comments

Comments
 (0)