Skip to content

Commit

Permalink
try to get some disk space back
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jul 2, 2024
1 parent 02c28cc commit d92397c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ jobs:
run: |
cd templates/docker
sudo docker build . -t k8s-snap:dev
- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Run e2e tests
run: sudo make test-e2e

0 comments on commit d92397c

Please sign in to comment.