fix: use 127.0.0.1 instead of server in network debugging
This commit is contained in:
parent
64b7d0786c
commit
9c77d64d0f
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@ jobs:
|
|||
apk add --no-cache iputils bind-tools
|
||||
cat /etc/resolv.conf
|
||||
cat /etc/hosts
|
||||
ping -c 4 server
|
||||
getent hosts server
|
||||
ping -c 4 127.0.0.1
|
||||
getent hosts 127.0.0.1
|
||||
|
||||
- name: Manual Git Checkout
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue