Skip to content

Commit e2f6356

Browse files
committed
Github Actions: map RabbitMQ port to get tests running
1 parent 6475052 commit e2f6356

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
services:
1010
rabbitmq:
1111
image: rabbitmq
12+
ports:
13+
- 5672:5672
1214

1315
strategy:
1416
matrix:

0 commit comments

Comments
 (0)