From af6420e06d95684235fc08046f85c97fb8c9097c Mon Sep 17 00:00:00 2001 From: Jun Siang Cheah Date: Sun, 11 Aug 2024 14:17:32 +0100 Subject: [PATCH] ci: increase usable disk space for integration test --- .github/workflows/integration-test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 41c19d32d..8d9dd7aeb 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -15,6 +15,13 @@ jobs: name: Run Cypress Integration Tests runs-on: ubuntu-latest steps: + - name: Maximize build space + uses: AdityaGarg8/remove-unwanted-software@v4.1 + with: + remove-android: 'true' + remove-haskell: 'true' + remove-codeql: 'true' + - name: Checkout Repository uses: actions/checkout@v4