Add RabbitMQ service to the verify-staged WF

This commit is contained in:
Artem Bilan
2023-12-18 13:28:52 -05:00
parent c981b342e5
commit 0ba5d46abe

View File

@@ -11,6 +11,15 @@ on:
jobs:
verify-staged-with-samples:
runs-on: ubuntu-latest
services:
rabbitmq:
image: rabbitmq:management
ports:
- 5672:5672
- 15672:15672
steps:
- name: Checkout Samples Repo