mirror of https://gitea.com/gitea/act_runner.git
test: use ping to improve network test (#2266)
This commit is contained in:
parent
069720abff
commit
f56dd65ff6
|
|
@ -7,8 +7,8 @@ jobs:
|
|||
- name: Install tools
|
||||
run: |
|
||||
apt update
|
||||
apt install -y bind9-host
|
||||
apt install -y iputils-ping
|
||||
- name: Run hostname test
|
||||
run: |
|
||||
hostname -f
|
||||
host $(hostname -f)
|
||||
ping -c 4 $(hostname -f)
|
||||
|
|
|
|||
Loading…
Reference in New Issue