mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-17 22:17:28 +00:00
update litellm_proxy_unit_testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user