Add mongo to test action

This commit is contained in:
gnarroway 2019-11-14 10:13:48 +08:00 committed by GitHub
parent a91e97d488
commit f65a869bf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,5 +11,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install dependencies
run: lein deps
- name: Start mongo
run: sudo docker run --rm -d -p 27017:27017 mongo
- name: Run tests
run: lein test