From 98f7fbc2bdd3b0e43ac1d6088b38e631082576d0 Mon Sep 17 00:00:00 2001 From: vindard <17693119+vindard@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:50:48 -0400 Subject: [PATCH] ci: add ssh maximize-space plugin to actions --- .github/workflows/bats.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/bats.yml b/.github/workflows/bats.yml index fb1e7ef896..4ba4c621fd 100644 --- a/.github/workflows/bats.yml +++ b/.github/workflows/bats.yml @@ -10,6 +10,11 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 20 steps: + - name: Maximize build space + uses: easimon/maximize-build-space@master + with: + root-reserve-mb: 12288 + swap-size-mb: 3072 - uses: actions/checkout@v3 - name: Setup upterm session uses: lhotari/action-upterm@v1