From 075811982dae86472a0eeafc2625f2d1ca66c12f Mon Sep 17 00:00:00 2001 From: Slipstream Date: Thu, 12 Jun 2025 23:40:16 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a9c3b6..e097469 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,9 @@ jobs: run: | apk add --no-cache git ca-certificates git clone https://github.com/Slipstreamm/disagreement.git /tmp/testclone + - name: Test outbound TCP 443 + run: apk add --no-cache busybox-extras && timeout 5 nc -vz github.com 443 || echo "connection failed" + - name: Checkout code uses: actions/checkout@v4