We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2e9fd commit 550831dCopy full SHA for 550831d
.github/workflows/ci.yml
@@ -51,14 +51,13 @@ jobs:
51
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
52
enable-AzPSSession: true
53
- name: Setup RabbitMQ
54
- uses: Particular/setup-rabbitmq-action@erl-args
+ uses: Particular/setup-rabbitmq-action@v1.7.1
55
with:
56
connection-string-name: RabbitMQTransport_ConnectionString
57
tag: RabbitMQTransport
58
image-tag: 4-management
59
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
60
registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
61
- erl-args: -rabbitmq_management path_prefix "/my-prefix"
62
- name: Run tests
63
uses: Particular/[email protected]
64
0 commit comments