There was an error while loading. Please reload this page.
1 parent 99cc58b commit 7c4d412Copy full SHA for 7c4d412
2 files changed
apps/laboratory/dns-check.sh
apps/laboratory/docker-canary.sh
@@ -1,18 +1,6 @@
1
#!/bin/bash
2
# Not adding `set -e` so that S3 upload happens regardless
3
4
-# Run DNS troubleshooting for register.walletconnect.com
5
-echo ""
6
-echo "🔍 Running DNS Diagnostics"
7
-echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
8
-bash ./dns-check.sh || true
9
10
-echo "📄 DNS Diagnostics Output"
11
12
-cat dns-output.txt || echo "⚠️ dns-output.txt not found"
13
14
15
-
16
pnpm playwright:test:canary
17
TEST_EXIT_CODE=$?
18
0 commit comments