Skip to content

Commit 3969a9a

Browse files
author
georgiy.rusanov
committed
debug
1 parent c4b564e commit 3969a9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,11 @@ jobs:
129129
npm install -g wscat
130130

131131
echo "Testing WebSocket connection to supabase realtime..."
132-
wscat -c ws://127.0.0.1:54321/realtime/v1/websocket -t 5 || echo "WebSocket connection failed"
132+
timeout 5 wscat -c ws://127.0.0.1:54321/realtime/v1/websocket || echo "WebSocket connection failed"
133133

134134
echo "Displaying Supabase logs..."
135-
supabase logs --since 1m || echo "No logs or failed to fetch logs"
135+
docker logs supabase_db || echo "No logs or failed to fetch logs"
136+
docker logs supabase_api || echo "No logs or failed to fetch logs"
136137

137138
- name: Build and test expo
138139
run: |

0 commit comments

Comments
 (0)