From 3215e43c1123617415f0f11a0242599e42cc030e Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 15 Jan 2026 19:03:47 +0000 Subject: [PATCH] ci: Restart colima on macOS (#2923) --- .github/workflows/reusable-test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index f7ca51926..be21827b6 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -126,6 +126,12 @@ jobs: if: ${{ runner.os == 'macOS' }} uses: XRPLF/actions/cleanup-workspace@cf0433aa74563aead044a1e395610c96d65a37cf + - name: Restart colima + if: ${{ runner.os == 'macOS' }} + run: | + colima delete --force + colima start + - name: Spin up scylladb if: ${{ runner.os == 'macOS' }} timeout-minutes: 3