Skip to content

Commit

Permalink
test(e2e): podman installation debug step - v2
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Villanueva <[email protected]>
  • Loading branch information
danivilla9 committed Jan 13, 2025
1 parent 803bc0f commit 5058d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ jobs:
podman --version
- name: Debug Podman setup on macOS
if: matrix.os == 'macos-14'
if: always()
run: |
podman machine logs
podman machine logs || echo "No logs available"
- name: Build Podman Desktop for E2E tests
working-directory: ./podman-desktop
Expand Down

0 comments on commit 5058d59

Please sign in to comment.