Skip to content

Commit

Permalink
try to remove cached files
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Sep 18, 2024
1 parent f391ef5 commit 83323c5
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/pr-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,25 @@ jobs:
repository: grafana/grafana
ref: ${{ matrix.version }}
path: grafana
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Clean runner
run: |
df -h
docker builder prune -f
docker system prune -a -f
rm -rf "$AGENT_TOOLSDIRECTORY"
rm -rf /opt/google/chrome
rm -rf /opt/microsoft/msedge
rm -rf /opt/microsoft/powershell
rm -rf /opt/pipx
rm -rf /usr/lib/mono
rm -rf /usr/local/julia*
rm -rf /usr/local/lib/android
rm -rf /usr/local/lib/node_modules
rm -rf /usr/local/share/chromium
rm -rf /usr/local/share/powershell
rm -rf /usr/share/dotnet
rm -rf /usr/share/swift
df -h
- uses: dagger/dagger-for-github@v6
with:
verb: run
Expand Down

0 comments on commit 83323c5

Please sign in to comment.