Sfoglia il codice sorgente

github action error, No space left on device

John 1 anno fa
parent
commit
f16399bc5c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/anchor.yml

+ 1 - 1
.github/workflows/anchor.yml

@@ -163,7 +163,7 @@ jobs:
             pnpm install --frozen-lockfile
             if anchor test; then
               echo "Tests succeeded for $projectDir."
-              rm -rf node_modules
+              rm -rf target node_modules
             else
               failed=true
               failed_tests+=($projectDir)