diff options
| author | Szymon Szukalski <szymon@skas.io> | 2024-07-26 12:01:04 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@skas.io> | 2024-07-26 12:01:04 +1000 |
| commit | 3ac208066db6d11e1a8cc1f6174c6d86b5ac603b (patch) | |
| tree | 299f957094768a0afb68f24171d8238686118171 | |
| parent | f861977a68995b0ee66f9c19e6ea1c4caee54b89 (diff) | |
Remove quiet flag from maven test command
| -rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
