Skip to content

Commit c6e9956

Browse files
artembilanspring-builds
authored andcommitted
Add rabbitmq_stream plugin to verify-staged-artifacts
(cherry picked from commit 508f426)
1 parent 3855482 commit c6e9956

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/verify-staged-artifacts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ jobs:
1919
ports:
2020
- 5672:5672
2121
- 15672:15672
22+
- 5552:5552
2223

2324
steps:
2425

26+
- name: Enable RabbitMQ Stream Plugin
27+
run: docker exec ${{ job.services.rabbitmq.id }} rabbitmq-plugins enable rabbitmq_stream
28+
2529
- name: Checkout Samples Repo
2630
uses: actions/checkout@v4
2731
with:

0 commit comments

Comments
 (0)