master
Mark Moffat 2020-03-22 20:07:54 +10:30
parent fbb9a6f869
commit 47a1117041
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ on:
branches: [ master ]
jobs:
services:
mongodb:
image: mongo:3.4.23
ports:
- 27017:27017
mongodb:
image: mongo:3.4.23
ports:
- 27017:27017
build:
runs-on: ubuntu-latest
strategy: