瀏覽代碼

github action error, No space left on device

John 1 年之前
父節點
當前提交
f16399bc5c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)