Skip to content

Commit

Permalink
chore: free space
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Jun 2, 2024
1 parent f5b79ef commit b4b0dd9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,14 @@ jobs:
name: fuzz-tests-kind-logs-${{ matrix.target }}
path: /tmp/kind
retention-days: 3

- name: Delete cluster
if: success()
shell: bash
run: |
kind delete cluster
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker system prune -f
sqlness:
name: Sqlness Test
Expand Down

0 comments on commit b4b0dd9

Please sign in to comment.