Update ci.yml
This commit is contained in:
parent
aa01d74c01
commit
075811982d
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -37,6 +37,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apk add --no-cache git ca-certificates
|
apk add --no-cache git ca-certificates
|
||||||
git clone https://github.com/Slipstreamm/disagreement.git /tmp/testclone
|
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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user