build(config.yml): fix path for test folder

This commit is contained in:
Krrish Dholakia 2024-01-19 10:49:31 -08:00
parent 77f8db7050
commit 7a6b2888c2

View file

@ -156,7 +156,7 @@ jobs:
command: |
pwd
ls
python -m pytest -vv /tests/ -x --junitxml=test-results/junit.xml --durations=5
python -m pytest -vv tests/ -x --junitxml=test-results/junit.xml --durations=5
no_output_timeout: 120m
# Store test results