Skip to content

Commit e439db9

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

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: apt install podman && podman system service --time=0 unix:///run/user/1000/podman/podman.sock &
115117
- name: e2e test
116118
run: make e2e-cli-test
117119
env:

0 commit comments

Comments
 (0)