Skip to content

Commit 519010c

Browse files
committed
- Updated workflow with env.
issue #283
1 parent 36ac728 commit 519010c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/minos-broker-rabbitmq-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
ports:
3636
- "5672:5672"
3737

38+
env:
39+
MINOS_BROKER_QUEUE_HOST: postgres
40+
MINOS_BROKER_HOST: rabbitmq
41+
MINOS_REPOSITORY_HOST: postgres
42+
MINOS_SNAPSHOT_HOST: postgres
3843

3944
steps:
4045
- name: Check out repository code

0 commit comments

Comments
 (0)