Add rabbitmq_stream plugin to verify-staged-artifacts

**Auto-cherry-pick to `3.0.x`**
This commit is contained in:
Artem Bilan
2024-02-22 17:18:27 -05:00
parent b6c2efc412
commit 508f42678e

View File

@@ -19,9 +19,13 @@ jobs:
ports:
- 5672:5672
- 15672:15672
- 5552:5552
steps:
- name: Enable RabbitMQ Stream Plugin
run: docker exec ${{ job.services.rabbitmq.id }} rabbitmq-plugins enable rabbitmq_stream
- name: Checkout Samples Repo
uses: actions/checkout@v4
with: