Skip to content

Commit

Permalink
Add mongo service to Github Actions (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerst authored Jan 14, 2021
1 parent b077a9a commit 92587ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92587ec

Please sign in to comment.