Skip to content

Commit 6bd6790

Browse files
author
Sergio García Prado
committed
ISSUE #346
* Fix broken tests.
1 parent 28479cf commit 6bd6790

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/minos-microservice-common-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3030

3131
env:
32-
MINOS_BROKER_QUEUE_HOST: postgres
33-
MINOS_REPOSITORY_HOST: postgres
34-
MINOS_SNAPSHOT_HOST: postgres
32+
MINOS_DATABASES_DEFAULT_HOST: postgres
33+
MINOS_DATABASES_QUERY_HOST: postgres
3534

3635
steps:
3736
- name: Check out repository code

0 commit comments

Comments
 (0)