Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit c09c505

Browse files
author
Anton Vorontsov
committed
Added rabbitmq service to github actions
1 parent 6942e0f commit c09c505

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ on: [push]
55
jobs:
66
workflow:
77
runs-on: ubuntu-latest
8+
9+
services:
10+
rabbitmq:
11+
image: rabbitmq:latest
12+
ports:
13+
- 5672/tcp
14+
options: --health-cmd "rabbitmqctl node_health_check" --health-interval 10s --health-timeout 5s --health-retries 5
15+
816
steps:
917
- uses: actions/checkout@v2
1018
- name: Setup .NET Core

0 commit comments

Comments
 (0)