@@ -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)