Skip to content

Commit fc0b223

Browse files
committed
Use official RMQ image
Enable rabbitmq_stream plugin
1 parent a6f8240 commit fc0b223

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555

5656
services:
5757
rabbitmq:
58-
image: pivotalrabbitmq/rabbitmq-stream
58+
image: rabbitmq:3-management
59+
options:
5960
env:
6061
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: -rabbitmq_stream advertised_host localhost
6162
ports:
@@ -83,6 +84,8 @@ jobs:
8384
${{ runner.os }}-v2-nuget-
8485
- name: List NuGet sources
8586
run: dotnet nuget locals all --list
87+
- name: Enable RabbitMQ Plugins
88+
run: docker exec -it ${{ services.rabbitmq.name }} rabbitmq-plugins enable rabbitmq_stream
8689
- name: Restore
8790
run: dotnet restore --verbosity=normal
8891
- name: Build

0 commit comments

Comments
 (0)