Преглед изворни кода

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
     name: Run Cypress Integration Tests
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     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
       - name: Checkout Repository
         uses: actions/checkout@v4
         uses: actions/checkout@v4