Skip to content

Commit

Permalink
Add RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS env into `verify-staged-art…
Browse files Browse the repository at this point in the history
…ifacts`
  • Loading branch information
artembilan committed Feb 22, 2024
1 parent f749fb1 commit 0e1cf33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify-staged-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

rabbitmq:
image: rabbitmq:management
env:
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: -rabbitmq_stream advertised_host localhost
ports:
- 5672:5672
- 15672:15672
Expand Down

0 comments on commit 0e1cf33

Please sign in to comment.