From 8a096088583048c361e50a3d8cf3c31faf0c30d5 Mon Sep 17 00:00:00 2001 From: Daniel Villanueva Date: Tue, 14 Jan 2025 12:09:11 +0100 Subject: [PATCH] test(e2e): install vfkit manually Signed-off-by: Daniel Villanueva --- .github/workflows/pr-check.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index 2a16868..2e80ec7 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -168,9 +168,15 @@ jobs: working-directory: ./sso-extension run: pnpm install - - name: Install jq (macOS) + # - name: Install jq (macOS) + # if: matrix.os == 'macos-14' + # run: brew install jq + + - name: Install vfkit if: matrix.os == 'macos-14' - run: brew install jq + run: | + brew install cfergeau/crc/vfkit + vfkit --version - name: Install Podman on macOS if: matrix.os == 'macos-14' @@ -198,7 +204,7 @@ jobs: echo "START PODMAN MACHINE=>" podman --version # yes | podman machine reset - podman machine init --rootful + podman machine init podman machine list podman machine info podman machine inspect