diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 61a2862..2184364 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -2,10 +2,8 @@ on: [push] jobs: test: runs-on: docker + container: catthehacker/ubuntu:act-latest steps: - - run: apt update && apt install -y iproute2 - - run: ip a - - run: ip route show - name: Check out repository code uses: actions/checkout@v3 - name: Create Kubeconfig