Updated config.yml

This commit is contained in:
Krish Dholakia 2023-10-07 18:06:07 -07:00
parent 51663e5618
commit a871d85696

View file

@ -54,7 +54,7 @@ jobs:
- run:
name: Run tests
command: |
python -m pytest -vv test_logging.py --junitxml=test-results/junit.xml
python -m pytest -vv tests/test_logging.py --junitxml=test-results/junit.xml
no_output_timeout: 30m
# Store test results