Skip to content

Commit

Permalink
Merge pull request #1952 from AkihiroSuda/vz-ci-remove-qemu
Browse files Browse the repository at this point in the history
CI: vz: uninstall qemu
  • Loading branch information
AkihiroSuda authored Oct 26, 2023
2 parents 1c0a3ab + 8f666f7 commit df53f57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ jobs:
- name: Install
run: make install
- name: Install test dependencies
run: brew install qemu bash coreutils
run: brew install bash coreutils
- name: Uninstall qemu
run: brew uninstall --ignore-dependencies --force qemu
- name: Test
run: ./hack/test-templates.sh templates/experimental/vz.yaml

0 comments on commit df53f57

Please sign in to comment.