We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4560a commit e439db9Copy full SHA for e439db9
.github/workflows/CI.yml
@@ -112,6 +112,8 @@ jobs:
112
${{ runner.OS }}-
113
- uses: actions-ecosystem/action-get-latest-tag@v1
114
id: get-latest-tag
115
+ - name: setup podman
116
+ run: apt install podman && podman system service --time=0 unix:///run/user/1000/podman/podman.sock &
117
- name: e2e test
118
run: make e2e-cli-test
119
env:
0 commit comments