forked from phoenix/litellm-mirror
build(config.yml): fix config.yml
This commit is contained in:
parent
7ff8fa09d6
commit
c15c05e460
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
python -m pytest -vv tests/test_whisper.py -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
|
no_output_timeout: 120m
|
||||||
|
|
||||||
# Store test results
|
# Store test results
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue