what IP can we try?
/ test (push) Failing after 40s
Details
/ test (push) Failing after 40s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
678b5aec79
commit
39df68b773
|
@ -3,7 +3,8 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: apt update && apt install -y docker.io
|
||||
- run: apt update && apt install -y iproute2
|
||||
- run: ip a
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Hah, right...
|
||||
|
|
Loading…
Reference in New Issue