浏览代码

ci: increase usable disk space for integration test

Jun Siang Cheah 8 月之前
父节点
当前提交
af6420e06d
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .github/workflows/integration-test.yml

+ 7 - 0
.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