Update ci.yml

This commit is contained in:
Slipstream 2025-06-12 23:52:54 -06:00 committed by GitHub
parent fd9ce4bbb8
commit fae9cddb88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,20 +24,10 @@ 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 --network host network: host
options: --user 1001:1001
steps: steps:
- name: Who am I
run: id
- name: Check DNS
run: nslookup github.com
- name: Try git clone
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 - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4