2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +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

@ -41,7 +41,4 @@ jobs:
pip3 install psycopg2
invoke install
- name: Run Tests
run: |
cd InvenTree
python3 manage.py test --settings=InvenTree.ci_postgresql
run: invoke test