Skip to content

Commit

Permalink
sleep 30 secs and check for listen addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
silkroadnomad committed Dec 21, 2024
1 parent 05570b5 commit 0e7e1b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Check Relay Service Logs
run: |
echo "🔍 Checking Relay Service Logs..."
docker compose -f docker-compose-test.yml logs relay-service | grep "Actual listen addresses: "
sleep 30 && docker compose -f docker-compose-test.yml logs relay-service "
# docker compose -f docker-compose-test.yml logs relay-service | grep "Actual listen addresses: "
- name: Running-Tests
run: |
echo "🧪 Running tests..."
Expand Down

0 comments on commit 0e7e1b7

Please sign in to comment.