We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rabbitmq_stream
verify-staged-artifacts
1 parent 3855482 commit c6e9956Copy full SHA for c6e9956
.github/workflows/verify-staged-artifacts.yml
@@ -19,9 +19,13 @@ jobs:
19
ports:
20
- 5672:5672
21
- 15672:15672
22
+ - 5552:5552
23
24
steps:
25
26
+ - name: Enable RabbitMQ Stream Plugin
27
+ run: docker exec ${{ job.services.rabbitmq.id }} rabbitmq-plugins enable rabbitmq_stream
28
+
29
- name: Checkout Samples Repo
30
uses: actions/checkout@v4
31
with:
0 commit comments