ソースを参照

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