diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5d7553fb..89bc2188 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -10,7 +10,14 @@ on: jobs: e2e: runs-on: ubuntu-latest + timeout-minutes: 30 steps: + - name: Free up disk space + run: | + sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache + docker system prune -af + df -h / + - name: Checkout repository uses: actions/checkout@v4 with: