clean up runner
This commit is contained in:
parent
fefcede8b5
commit
58528dc541
1 changed files with 8 additions and 5 deletions
13
.github/workflows/test-integration.yml
vendored
13
.github/workflows/test-integration.yml
vendored
|
|
@ -31,11 +31,14 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: df -h
|
- run: df -h
|
||||||
#- name: "node-cleanup"
|
|
||||||
#run: |
|
- name: Clean runner workspace
|
||||||
# sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
|
run: |
|
||||||
# sudo docker image prune --all --force
|
# Clean old job workspaces
|
||||||
# sudo docker builder prune -a
|
rm -rf ${GITHUB_WORKSPACE}/../../../_work/* || true
|
||||||
|
# Clean runner logs
|
||||||
|
rm -rf ${GITHUB_WORKSPACE}/../../../_diag/* || true
|
||||||
|
|
||||||
- run: df -h
|
- run: df -h
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue