Add rabbitmq_stream plugin to verify-staged-artifacts
**Auto-cherry-pick to `3.0.x`**
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user