Skip to content

Commit

Permalink
EGCETSII#43-fix: add mongo image config to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JSnow11 committed Jan 9, 2022
1 parent db17606 commit 383cfb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:
services:
mongodb:
image: mongo:3.4.23
env:
MONGO_INITDB_DATABASE: decide
ports:
- 27017:27017
options: --health-cmd mongo --health-interval 10s --health-timeout 5s --health-retries 5

ldap:
image: carvilgar1us/decideldap
ports:
Expand Down Expand Up @@ -49,7 +53,7 @@ jobs:
- name: Test administration module
run: |
cd decide
coverage run --branch --source=./administration/ ./manage.py test --settings=local_settings administration --keepdb --verbosity=2
coverage run --branch --source=./administration/ ./manage.py test administration --keepdb --verbosity=2
coverage xml
- name: Codacy Coverage Reporter
uses: codacy/codacy-coverage-reporter-action@v1.1.0
Expand Down

0 comments on commit 383cfb6

Please sign in to comment.