Add mongo to test action
This commit is contained in:
parent
a91e97d488
commit
f65a869bf7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/clojure.yml
vendored
2
.github/workflows/clojure.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue