diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bb73388f3..d678ef48f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -112,6 +112,8 @@ jobs: ${{ runner.OS }}- - uses: actions-ecosystem/action-get-latest-tag@v1 id: get-latest-tag + - name: setup podman + run: apt install podman && podman system service --time=0 unix:///run/user/1000/podman/podman.sock & - name: e2e test run: make e2e-cli-test env: