We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5235334 commit 17d05abCopy full SHA for 17d05ab
.github/workflows/test.yml
@@ -151,7 +151,6 @@ jobs:
151
curl -f http://localhost:8889/posts
152
153
echo "Checking ws-echo (WebSocket service - checking port)..."
154
- # WebSocket service cannot be checked with regular HTTP requests, check if port is listening
155
if timeout 5 bash -c 'cat < /dev/null > /dev/tcp/localhost/8890'; then
156
echo "✅ ws-echo port 8890 is listening"
157
else
0 commit comments