Skip to content

Commit b3e5f29

Browse files
committed
Delete and restart colima
1 parent 5e285f5 commit b3e5f29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-test.yml

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

129-
- name: Prune docker system (macOS)
129+
- name: Restart colima (macOS)
130130
if: ${{ runner.os == 'macOS' }}
131131
run: |
132-
docker rm --force scylladb
133-
docker system prune --all --force --volumes
132+
colima delete --force
133+
colima start
134134
135135
- name: Spin up scylladb (macOS)
136136
if: ${{ runner.os == 'macOS' }}

0 commit comments

Comments
 (0)