Skip to content

Commit 17d05ab

Browse files
committed
ci(test): update workflow
Signed-off-by: Xin Liu <[email protected]>
1 parent 5235334 commit 17d05ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ jobs:
151151
curl -f http://localhost:8889/posts
152152
153153
echo "Checking ws-echo (WebSocket service - checking port)..."
154-
# WebSocket service cannot be checked with regular HTTP requests, check if port is listening
155154
if timeout 5 bash -c 'cat < /dev/null > /dev/tcp/localhost/8890'; then
156155
echo "✅ ws-echo port 8890 is listening"
157156
else

0 commit comments

Comments
 (0)