Skip to content

Commit

Permalink
ci: Update wait-on command in smoke test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jun 4, 2024
1 parent 1b14ee1 commit 45371ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sentry-smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ jobs:
run: |
echo "Waiting for Xatu services to start..."
wait-on: |
http://localhost:${{ env.API_PORT }}
http-get://localhost:2121
tcp:localhost:3232
file://very-important-secrets.txt
tcp:localhost:9001
tcp:localhost:9000
- name: Add all xatu-sentry containers to the xatu network
run: |
Expand Down

0 comments on commit 45371ef

Please sign in to comment.