Skip to content

Commit aed1d7c

Browse files
author
Eli Segal
committed
added rabbit to build
1 parent 494305b commit aed1d7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
matrix:
1111
python-version: [3.5, 3.6, 3.7, 3.8]
1212

13+
services:
14+
rabbitmq:
15+
image: rabbitmq:3
16+
ports:
17+
- 5672:5672
18+
1319
steps:
1420
- uses: actions/checkout@v2
1521
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)