mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
Setup Toxiproxy
This commit is contained in:
parent
bf7241abd1
commit
83b41f95e7
1 changed files with 2 additions and 1 deletions
|
|
@ -1927,7 +1927,8 @@ jobs:
|
|||
- run:
|
||||
name: Setup Toxiproxy
|
||||
command: |
|
||||
python tests/proxy_reliability_tests/setup_toxi_proxy.py
|
||||
python tests/proxy_reliability_tests/setup_toxi_proxy.py &
|
||||
sleep 5
|
||||
- run:
|
||||
name: Build Docker image
|
||||
command: docker build -t my-app:latest -f ./docker/Dockerfile.database .
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue