DATAREDIS-945 - Run Maven with -U on CI.
This commit is contained in:
2
Makefile
2
Makefile
@@ -150,5 +150,5 @@ stop: redis-stop sentinel-stop cluster-stop
|
||||
test:
|
||||
$(MAKE) start
|
||||
sleep 2
|
||||
./mvnw clean test -DrunLongTests=true -P$(SPRING_PROFILE) || (echo "maven failed $$?"; exit 1)
|
||||
./mvnw clean test -U -DrunLongTests=true -P$(SPRING_PROFILE) || (echo "maven failed $$?"; exit 1)
|
||||
$(MAKE) stop
|
||||
|
||||
Reference in New Issue
Block a user