Update ci.yml
This commit is contained in:
parent
ae45cc898d
commit
aa01d74c01
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -27,6 +27,17 @@ jobs:
|
||||
options: --user 1001:1001
|
||||
|
||||
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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user