Skip to content

Commit 6a7b6a6

Browse files
author
Michael Kaiser
committed
Update build to clean up after each build
1 parent 9c10a09 commit 6a7b6a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
7070
if [ $exit_code -eq 0 ]; then
7171
echo "✅ Build succeeded for $file"
72-
7372
# Clean up node_modules and cdk.out for this project immediately after successful build
7473
echo "Cleaning up build artifacts for $(dirname "$file")"
7574
local project_dir=$(dirname "$file")

0 commit comments

Comments
 (0)