Use management tag for RabbitMQ image on GH actions (#1283)

* Use management tag for RabbitMQ image on GH actions

* * Add RabbitMQ management ports mapping for service image in the GH actions
This commit is contained in:
Artem Bilan
2020-12-08 17:21:27 -05:00
committed by GitHub
parent ab5df7d4a7
commit 6c7ac67588

View File

@@ -11,9 +11,10 @@ jobs:
services:
rabbitmq:
image: rabbitmq
image: rabbitmq:management
ports:
- 5672:5672
- 15762:15762
steps:
- uses: actions/checkout@v2