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 b3a8b84Copy full SHA for b3a8b84
.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: sudo apt install podman && systemctl --user start podman.socket && ls $XDG_RUNTIME_DIR/podman/podman.sock
117
- name: e2e test
118
run: make e2e-cli-test
119
env:
0 commit comments