ci(test_logging): debugging circle ci

This commit is contained in:
Krrish Dholakia 2023-10-07 18:19:55 -07:00
parent 4b35f1b6bd
commit 9f118bb5db
2 changed files with 21 additions and 20 deletions

View file

@ -55,6 +55,7 @@ jobs:
name: Run tests
command: |
pwd
ls
python -m pytest -vv tests/test_logging.py --junitxml=test-results/junit.xml
no_output_timeout: 30m