Skip to content

Commit

Permalink
Try without Rabbit Streams
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Feb 22, 2024
1 parent 508f426 commit 97e68d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-staged-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97e68d3

Please sign in to comment.