Skip to content

Commit

Permalink
test: use ping to improve network test (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfogre committed Mar 28, 2024
1 parent 069720a commit f56dd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/runner/testdata/networking/push.yml
Expand Up @@ -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)

0 comments on commit f56dd65

Please sign in to comment.