diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index 2c678241..614c4d57 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -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: