2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

Fix workflows

This commit is contained in:
Oliver Walters
2021-03-31 20:46:26 +11:00
parent c846e2e65a
commit dc94376f6d
3 changed files with 17 additions and 25 deletions

View File

@ -43,6 +43,4 @@ jobs:
pip3 install mysqlclient
invoke install
- name: Run Tests
run: |
cd InvenTree
python3 manage.py test --settings=InvenTree.ci_mysql
run: invoke test