Skip to content

Commit f16399b

Browse files
committed
github action error, No space left on device
1 parent 281281f commit f16399b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/anchor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
pnpm install --frozen-lockfile
164164
if anchor test; then
165165
echo "Tests succeeded for $projectDir."
166-
rm -rf node_modules
166+
rm -rf target node_modules
167167
else
168168
failed=true
169169
failed_tests+=($projectDir)

0 commit comments

Comments
 (0)