ci: Restart colima on macOS (#2923)

This commit is contained in:
Ayaz Salikhov
2026-01-15 19:03:47 +00:00
committed by GitHub
parent e8c977e7de
commit 3215e43c11

View File

@@ -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