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:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- run: apt update && apt install -y docker.io
|
- run: apt update && apt install -y iproute2
|
||||||
|
- run: ip a
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Hah, right...
|
- name: Hah, right...
|
||||||
|
|
Loading…
Reference in New Issue