Skip to content

Commit

Permalink
test(e2e): install vfkit manually
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 ff616e8 commit 8a09608
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8a09608

Please sign in to comment.