Skip to content

Commit ba42ce3

Browse files
author
Yuriy Bezsonov
committed
remove tests
1 parent 9019f5d commit ba42ce3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

infra/scripts/setup/unicorn-store-spring.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ if [ -d ~/environment/unicorn-store-spring ]; then
2626
rm -rf ~/environment/unicorn-store-spring
2727
fi
2828
cp -r ~/java-on-aws/apps/unicorn-store-spring ~/environment/
29-
log_success "Copied unicorn-store-spring to ~/environment"
29+
30+
# Remove test directory to avoid testcontainers issues during Docker build
31+
rm -rf ~/environment/unicorn-store-spring/src/test
32+
log_success "Copied unicorn-store-spring to ~/environment (tests removed)"
3033

3134
# Change to the app directory
3235
cd ~/environment/unicorn-store-spring

0 commit comments

Comments
 (0)