From 6d31d2ef88c2c0b8534dad2445950f1a925782b7 Mon Sep 17 00:00:00 2001 From: ryu-sato Date: Sat, 18 Nov 2023 14:32:37 +0900 Subject: [PATCH] Update app-test.yaml --- .github/workflows/app-test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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.)