mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
CI: For colima, modify CPU count and memory (#2712)
* CI: For colima, modify CPUcount and memory * fix arg
This commit is contained in:
committed by
GitHub
parent
0689eef844
commit
cc8204e5c1
2
.github/workflows/run-unit-tests.yml
vendored
2
.github/workflows/run-unit-tests.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
brew install --HEAD colima
|
||||
brew services start colima
|
||||
brew install docker
|
||||
colima start --network-address --arch x86_64
|
||||
colima start --network-address --arch x86_64 --cpu=1 --memory=1
|
||||
|
||||
# For testcontainers to find the Colima socket
|
||||
# https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running
|
||||
|
||||
Reference in New Issue
Block a user