Skip to content

Commit f35afa9

Browse files
author
Florian Lorétan
committed
Don't clean-up vendor tests, there are some cases where non-test code relies on them being present.
1 parent d9db12a commit f35afa9

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

orb.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -225,17 +225,6 @@ commands:
225225
command: |
226226
composer install -n --prefer-dist --ignore-platform-reqs --no-dev --optimize-autoloader
227227
228-
- run:
229-
name: Clean up vendor tests
230-
command: |
231-
for directory in vendor web/core web/*/contrib
232-
do
233-
if [ -d "$directory" ]
234-
then
235-
find "$directory" \( -name .git -o -name test -o -name tests -o -name Tests \) -print0 | xargs -0 rm -rf
236-
fi
237-
done
238-
239228
- save_cache:
240229
paths:
241230
- ./vendor

0 commit comments

Comments
 (0)