Skip to content

Commit 9c10a09

Browse files
author
Michael Kaiser
committed
clean node-modules after success
1 parent 0f1fa3a commit 9c10a09

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
@@ -144,7 +144,6 @@ jobs:
144144
145145
# Check the exit status of parallel
146146
parallel_exit=$?
147-
148147
# If parallel failed, make sure the workflow fails too
149148
if [ $parallel_exit -ne 0 ]; then
150149
echo "::error::One or more builds failed. See build output above for details."

0 commit comments

Comments
 (0)