mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
update litellm_proxy_unit_testing
This commit is contained in:
parent
07fc394072
commit
ec33fab922
1 changed files with 2 additions and 1 deletions
|
|
@ -422,6 +422,8 @@ jobs:
|
|||
username: ${DOCKERHUB_USERNAME}
|
||||
password: ${DOCKERHUB_PASSWORD}
|
||||
working_directory: ~/project
|
||||
environment:
|
||||
DATABASE_URL: ${PROXY_UNIT_TEST_DATABASE_URL}
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
|
|
@ -491,7 +493,6 @@ jobs:
|
|||
chmod +x docker/entrypoint.sh
|
||||
./docker/entrypoint.sh
|
||||
set -e
|
||||
|
||||
# Run pytest and generate JUnit XML report
|
||||
- run:
|
||||
name: Run tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue