mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
CI: Force stop colima (#3053)
This commit is contained in:
committed by
GitHub
parent
a61ac5a214
commit
f3c23e8039
2
.github/workflows/run-unit-tests.yml
vendored
2
.github/workflows/run-unit-tests.yml
vendored
@@ -102,7 +102,7 @@ jobs:
|
||||
if [ $i -eq $ATTEMPT_LIMIT ]; then
|
||||
colima delete
|
||||
else
|
||||
colima stop
|
||||
colima stop -f
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user