Skip to content

Commit 7c4d412

Browse files
authored
chore(dns): remove dns check (#5249)
1 parent 99cc58b commit 7c4d412

2 files changed

Lines changed: 0 additions & 181 deletions

File tree

apps/laboratory/dns-check.sh

Lines changed: 0 additions & 169 deletions
This file was deleted.

apps/laboratory/docker-canary.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
#!/bin/bash
22
# Not adding `set -e` so that S3 upload happens regardless
33

4-
# Run DNS troubleshooting for register.walletconnect.com
5-
echo ""
6-
echo "🔍 Running DNS Diagnostics"
7-
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
8-
bash ./dns-check.sh || true
9-
echo ""
10-
echo "📄 DNS Diagnostics Output"
11-
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
12-
cat dns-output.txt || echo "⚠️ dns-output.txt not found"
13-
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
14-
echo ""
15-
164
pnpm playwright:test:canary
175
TEST_EXIT_CODE=$?
186

0 commit comments

Comments
 (0)