1
0
Fork 0
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:
Andrii Chyrva 2025-06-03 15:46:19 +03:00
parent cade5051a8
commit 3469dfa14e

View file

@ -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)