Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
678b5aec79
commit
39df68b773
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue