Skip to content

Commit 3215e43

Browse files
authored
ci: Restart colima on macOS (#2923)
1 parent e8c977e commit 3215e43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reusable-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ jobs:
126126
if: ${{ runner.os == 'macOS' }}
127127
uses: XRPLF/actions/cleanup-workspace@cf0433aa74563aead044a1e395610c96d65a37cf
128128

129+
- name: Restart colima
130+
if: ${{ runner.os == 'macOS' }}
131+
run: |
132+
colima delete --force
133+
colima start
134+
129135
- name: Spin up scylladb
130136
if: ${{ runner.os == 'macOS' }}
131137
timeout-minutes: 3

0 commit comments

Comments
 (0)