Parcourir la source

github action error, No space left on device

John il y a 1 an
Parent
commit
f16399bc5c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)