From 97e68d3875774ff448a68cd8370f33920f19ac8b Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 22 Feb 2024 17:26:07 -0500 Subject: [PATCH] Try without Rabbit Streams --- .github/workflows/verify-staged-artifacts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index 614c4d57..26ec2934 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -19,12 +19,12 @@ jobs: ports: - 5672:5672 - 15672:15672 - - 5552:5552 +# - 5552:5552 steps: - - name: Enable RabbitMQ Stream Plugin - run: docker exec ${{ job.services.rabbitmq.id }} rabbitmq-plugins enable rabbitmq_stream +# - 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