From d15907565f0c88b52e8f98f94842b78b7f71652d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20J=C4=99drzejewski?= Date: Mon, 27 Feb 2023 14:36:13 +0100 Subject: [PATCH] Increase free storage for unit tests --- .github/workflows/unit_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 7d50986f7c..d0ab513b5b 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -24,9 +24,11 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@v6 with: - root-reserve-mb: 2048 + root-reserve-mb: 10240 swap-size-mb: 1024 remove-dotnet: 'true' + remove-android: 'true' + remove-haskell: 'true' - name: Checkout Source code uses: actions/checkout@v2