Skip to content

Commit b3a8b84

Browse files
committed
feat(CI): add setup podman
1 parent 9c4560a commit b3a8b84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
${{ runner.OS }}-
113113
- uses: actions-ecosystem/action-get-latest-tag@v1
114114
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
115117
- name: e2e test
116118
run: make e2e-cli-test
117119
env:

0 commit comments

Comments
 (0)