mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
test: use ping to improve network test (#2266)
This commit is contained in:
parent
cade5051a8
commit
3469dfa14e
1 changed files with 2 additions and 2 deletions
4
act/runner/testdata/networking/push.yml
vendored
4
act/runner/testdata/networking/push.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue