Skip to content

Commit 074296d

Browse files
author
Stefán J. Sigurðarson
committed
Updating Linux CI build.
1 parent 08e6d7e commit 074296d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
services:
1414
rabbitmq:
15-
image: rabbitmq:3.8.9-management
15+
image: rabbitmq:3.8.9-management-alpine
1616
ports:
1717
- 5672:5672
1818
- 15672:15672
@@ -29,6 +29,6 @@ jobs:
2929
run: dotnet build --configuration Release
3030

3131
- name: Test
32-
run: dotnet test --configuration Release --framework 'netcoreapp3.1' --no-build
32+
run: dotnet test --configuration Release --framework 'netcoreapp3.1' --no-build --logger:'console;verbosity=normal'
3333
env:
3434
RABBITMQ_RABBITMQCTL_PATH: DOCKER:${{job.services.rabbitmq.id}}

0 commit comments

Comments
 (0)