[dev] pause after tests for debugging
This commit is contained in:
parent
62cb719ce7
commit
a412d8415e
@ -88,4 +88,5 @@ jobs:
|
||||
run: |
|
||||
pip install pytest
|
||||
pip install -r requirements.txt
|
||||
pytest -v -k test_basic_db
|
||||
pytest -v -k test_basic_db || :
|
||||
sleep 1800
|
||||
|
Loading…
Reference in New Issue
Block a user