Browse Source

CI: Force stop colima (#3053)

மனோஜ்குமார் பழனிச்சாமி 1 year ago
parent
commit
f3c23e8039
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run-unit-tests.yml

+ 1 - 1
.github/workflows/run-unit-tests.yml

@@ -102,7 +102,7 @@ jobs:
               if [ $i -eq $ATTEMPT_LIMIT ]; then
               if [ $i -eq $ATTEMPT_LIMIT ]; then
                 colima delete
                 colima delete
               else
               else
-                colima stop
+                colima stop -f
               fi
               fi
             fi
             fi
           done
           done