This commit is contained in:
wh1te909 2022-04-09 00:48:00 +00:00
parent 8278a4cfd9
commit ac3550dfd7
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ jobs:
cd api/tacticalrmm
source ../env/bin/activate
coverage run manage.py test -v 2
coverage lcov
if [ $? -ne 0 ]; then
exit 1
fi