From 3ac208066db6d11e1a8cc1f6174c6d86b5ac603b Mon Sep 17 00:00:00 2001 From: Szymon Szukalski Date: Fri, 26 Jul 2024 12:01:04 +1000 Subject: Remove quiet flag from maven test command --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index c95474d..e1d7155 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,8 +39,8 @@ services: SPRING_JPA_HIBERNATE_DDL_AUTO: update SPRING_JPA_SHOW_SQL: false SPRING_PROFILES_ACTIVE: test - command: ./mvnw test -P test -q + command: ./mvnw test -P test volumes: postgres_data: - name: markr_postgres_data \ No newline at end of file + name: markr_postgres_data -- cgit v1.2.3