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 17, 2024
1 parent f391ef5 commit ed2bb8f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/pr-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,21 @@ jobs:
repository: grafana/grafana
ref: ${{ matrix.version }}
path: grafana
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
- name: Remove unnecessary files
run: sudo rm -rf \
"$AGENT_TOOLSDIRECTORY" \
/opt/google/chrome \
/opt/microsoft/msedge \
/opt/microsoft/powershell \
/opt/pipx \
/usr/lib/mono \
/usr/local/julia* \
/usr/local/lib/android \
/usr/local/lib/node_modules \
/usr/local/share/chromium \
/usr/local/share/powershell \
/usr/share/dotnet \
/usr/share/swift && df -h
- uses: dagger/dagger-for-github@v6
with:
verb: run
Expand Down

0 comments on commit ed2bb8f

Please sign in to comment.