Skip to content

Commit 95a0853

Browse files
committed
test(e2e): new podman machine start version
Signed-off-by: Daniel Villanueva <[email protected]>
1 parent e9bfbd4 commit 95a0853

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pr-check.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,11 @@ jobs:
197197
run: |
198198
echo "START PODMAN MACHINE=>"
199199
podman --version
200+
podman machine reset
200201
podman machine init
201-
# podman machine info
202-
# podman machine inspect
203-
podman machine start
202+
podman machine info
203+
podman machine inspect
204+
podman machine start --log-level debug
204205
205206
- name: Build Podman Desktop for E2E tests
206207
working-directory: ./podman-desktop

0 commit comments

Comments
 (0)