Update ci.yml
This commit is contained in:
parent
3adce99f22
commit
fd9ce4bbb8
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/slipstreamm/disagreement-image:latest
|
image: ghcr.io/slipstreamm/disagreement-image:latest
|
||||||
options: --user 1001:1001
|
options: --user 1001:1001 --network host
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Who am I
|
- name: Who am I
|
||||||
@ -38,7 +38,6 @@ jobs:
|
|||||||
- name: Test outbound TCP 443
|
- name: Test outbound TCP 443
|
||||||
run: apk add --no-cache busybox-extras && timeout 5 nc -vz github.com 443 || echo "connection failed"
|
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