Skip to content

Commit

Permalink
Add rabbitmq_stream plugin to verify-staged-artifacts
Browse files Browse the repository at this point in the history
**Auto-cherry-pick to `3.0.x`**
  • Loading branch information
artembilan committed Feb 22, 2024
1 parent b6c2efc commit 508f426
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/verify-staged-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 508f426

Please sign in to comment.