Skip to content

Commit

Permalink
test(e2e): new podman machine start version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Villanueva <[email protected]>
  • Loading branch information
danivilla9 committed Jan 14, 2025
1 parent e9bfbd4 commit 95a0853
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,11 @@ jobs:
run: |
echo "START PODMAN MACHINE=>"
podman --version
podman machine reset
podman machine init
# podman machine info
# podman machine inspect
podman machine start
podman machine info
podman machine inspect
podman machine start --log-level debug
- name: Build Podman Desktop for E2E tests
working-directory: ./podman-desktop
Expand Down

0 comments on commit 95a0853

Please sign in to comment.