Skip to content

Commit

Permalink
k (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 authored Sep 15, 2024
1 parent 290f4f0 commit 3ff2ba7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ff2ba7

Please sign in to comment.