We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e6d7e commit 074296dCopy full SHA for 074296d
.github/workflows/test-linux.yml
@@ -12,7 +12,7 @@ jobs:
12
13
services:
14
rabbitmq:
15
- image: rabbitmq:3.8.9-management
+ image: rabbitmq:3.8.9-management-alpine
16
ports:
17
- 5672:5672
18
- 15672:15672
@@ -29,6 +29,6 @@ jobs:
29
run: dotnet build --configuration Release
30
31
- name: Test
32
- run: dotnet test --configuration Release --framework 'netcoreapp3.1' --no-build
+ run: dotnet test --configuration Release --framework 'netcoreapp3.1' --no-build --logger:'console;verbosity=normal'
33
env:
34
RABBITMQ_RABBITMQCTL_PATH: DOCKER:${{job.services.rabbitmq.id}}
0 commit comments