diff --git a/.github/workflows/app-test.yaml b/.github/workflows/app-test.yaml index f6ecb9b1..86bc6c28 100644 --- a/.github/workflows/app-test.yaml +++ b/.github/workflows/app-test.yaml @@ -13,6 +13,13 @@ jobs: test: runs-on: ubuntu-latest steps: + # Increase workspace space + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 512 + swap-size-mb: 1024 + remove-dotnet: 'true' - uses: actions/checkout@v4 # Pull the latest image to build, and avoid caching pull-only images. # (docker pull is faster than caching in most cases.)