try fixing coveralls branch
This commit is contained in:
parent
90a63234ad
commit
ae7e28e492
|
@ -33,6 +33,11 @@ jobs:
|
|||
|
||||
- script: |
|
||||
cd /myagent/_work/1/s/api
|
||||
git config user.email "admin@example.com"
|
||||
git config user.name "Bob"
|
||||
git fetch
|
||||
git checkout develop
|
||||
git pull
|
||||
source env/bin/activate
|
||||
cd /myagent/_work/1/s/api/tacticalrmm
|
||||
coverage run manage.py test -v 2
|
||||
|
|
Loading…
Reference in New Issue