mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-16 18:01:34 +00:00
Merge pull request '[RDNF #7] test: use ping to improve network test (#2266)' (#138) from achyrva/act:nektos-forgejo-acts-1 into main
Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/138 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
This commit is contained in:
commit
fea7b3f0f9
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