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