mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
k (#2450)
This commit is contained in:
parent
290f4f0f8c
commit
3ff2ba7ee4
5
.github/workflows/run-it.yml
vendored
5
.github/workflows/run-it.yml
vendored
@ -83,13 +83,12 @@ jobs:
|
||||
docker compose -f docker-compose.dev.yml -p danswer-stack up -d
|
||||
id: start_docker
|
||||
|
||||
- name: Stream API server logs
|
||||
run: docker logs -f danswer-stack-api_server-1 &
|
||||
|
||||
- name: Wait for service to be ready
|
||||
run: |
|
||||
echo "Starting wait-for-service script..."
|
||||
|
||||
docker logs -f danswer-stack-api_server-1 &
|
||||
|
||||
start_time=$(date +%s)
|
||||
timeout=300 # 5 minutes in seconds
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user