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