Explorar o código

github action error, No space left on device

John hai 1 ano
pai
achega
f16399bc5c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)