We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e285f5 commit b3e5f29Copy full SHA for b3e5f29
.github/workflows/reusable-test.yml
@@ -126,11 +126,11 @@ jobs:
126
if: ${{ runner.os == 'macOS' }}
127
uses: XRPLF/actions/cleanup-workspace@cf0433aa74563aead044a1e395610c96d65a37cf
128
129
- - name: Prune docker system (macOS)
+ - name: Restart colima (macOS)
130
131
run: |
132
- docker rm --force scylladb
133
- docker system prune --all --force --volumes
+ colima delete --force
+ colima start
134
135
- name: Spin up scylladb (macOS)
136
0 commit comments