Add rabbitmq service into verify-staged-artifacts.yml

This commit is contained in:
Artem Bilan
2024-02-16 14:14:10 -05:00
parent 729265783f
commit ba73f32153

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