forked from phoenix/litellm-mirror
fix router tests
This commit is contained in:
parent
9c79c1c7b2
commit
fbe92df87e
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
pwd
|
pwd
|
||||||
ls
|
ls
|
||||||
python -m pytest -vv -k "router" -x -s -v --junitxml=test-results/junit.xml --durations=5
|
python -m pytest litellm/tests/ -vv -k "router" -x -s -v --junitxml=test-results/junit.xml --durations=5
|
||||||
no_output_timeout: 120m
|
no_output_timeout: 120m
|
||||||
# Store test results
|
# Store test results
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue