Ver código fonte

fix: add free space to auth test (#1091)

thesimplekid 3 semanas atrás
pai
commit
f4c5de7f36
1 arquivos alterados com 10 adições e 0 exclusões
  1. 10 0
      .github/workflows/ci.yml

+ 10 - 0
.github/workflows/ci.yml

@@ -443,6 +443,16 @@ jobs:
     steps:
       - name: checkout
         uses: actions/checkout@v4
+      - name: Free Disk Space (Ubuntu)
+        uses: jlumbroso/free-disk-space@main
+        with:
+          tool-cache: false
+          android: true
+          dotnet: true
+          haskell: true
+          large-packages: true
+          docker-images: true
+          swap-storage: true
       - name: Install Nix
         uses: DeterminateSystems/nix-installer-action@v17
       - name: Nix Cache