Add mongo service to Github Actions (#896)

This commit is contained in:
Matt Gerst 2021-01-13 18:27:10 -06:00 committed by GitHub
parent b077a9a2bb
commit 92587ec1ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,13 @@ jobs:
- '2.6'
- '2.5'
- '2.4'
services:
mongodb:
image: mongo
ports:
- 27017:27017
steps:
- name: Checkout
uses: actions/checkout@v2