Skip to content

Commit 0830d26

Browse files
committed
WIP
1 parent 9059383 commit 0830d26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/e2e-tests-arm.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
echo "Available VM types:"
3030
colima start --help | grep -A 10 "vm-type" || echo "Help not available"
3131
32-
# Try different VM types that work on macOS runners
33-
echo "Trying QEMU VM type (more compatible with runners)..."
34-
if ! colima start --arch aarch64 --vm-type=qemu --memory 4 --cpu 2; then
35-
echo "QEMU failed, trying with different parameters..."
36-
colima start --arch aarch64 --vm-type=qemu --memory 2 --cpu 1
32+
echo "Trying VZ VM type..."
33+
if ! colima start --arch aarch64 --vm-type=vz --memory 4 --cpu 2; then
34+
echo "Direct start failed, trying brew services approach..."
35+
brew services start colima
36+
sleep 10
3737
fi
3838
3939
- name: Test Docker

0 commit comments

Comments
 (0)