Skip to content

Commit

Permalink
changed check on listen addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
silkroadnomad committed Dec 21, 2024
1 parent f1de2db commit 05570b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Check Relay Service Logs
run: |
echo "🔍 Checking Relay Service Logs..."
docker compose -f docker-compose-test.yml logs relay-service | grep "listening"
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 05570b5

Please sign in to comment.