Explorar o código

ci: increase usable disk space for integration test

Jun Siang Cheah hai 8 meses
pai
achega
af6420e06d
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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