To the new moon
/ test (push) Failing after 7m24s
Details
/ test (push) Failing after 7m24s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
feff340240
commit
58fd74c0dc
|
@ -2,10 +2,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- run: apt update && apt install -y iproute2
|
|
||||||
- run: ip a
|
|
||||||
- run: ip route show
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Create Kubeconfig
|
- name: Create Kubeconfig
|
||||||
|
|
Loading…
Reference in New Issue