Skip to content

Commit

Permalink
feat(CI): add setup podman
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorHere committed Nov 7, 2022
1 parent 9c4560a commit e439db9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e439db9

Please sign in to comment.