Skip to content

Commit

Permalink
Cleanup files for E2Es
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Sep 14, 2023
1 parent 48333b7 commit 5c0eb93
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,22 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# This step is a Workaround to avoid the "No space left on device" error.
# ref: https://github.com/actions/runner-images/issues/2840
- name: Remove unnecessary files
shell: bash
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/local/share/powershell
sudo rm -rf /usr/share/swift
echo "Disk usage after cleanup:"
df -h
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 5c0eb93

Please sign in to comment.