From 2a6512e9d3033ffbf6499946d704514ce5be2724 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 15 Jan 2026 18:42:38 +0000 Subject: [PATCH] ci: Restart colima on macOS --- .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