Update ci.yml

This commit is contained in:
Slipstream 2025-06-12 23:38:29 -06:00 committed by GitHub
parent ae45cc898d
commit aa01d74c01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,17 @@ jobs:
options: --user 1001:1001 options: --user 1001:1001
steps: steps:
- name: Who am I
run: id
- name: Check DNS
run: nslookup github.com
- name: Ping github.com
run: ping -c 2 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: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4