2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

Merge branch 'master' of https://github.com/inventree/InvenTree into feature/performance-op

This commit is contained in:
2021-04-21 10:47:25 +02:00
62 changed files with 47618 additions and 2798 deletions

View File

@ -29,6 +29,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install gettext
pip3 install invoke
invoke install
invoke static
@ -43,6 +44,8 @@ jobs:
rm test_db.sqlite
invoke migrate
invoke import-records -f data.json
- name: Test Translations
run: invoke translate
- name: Check Migration Files
run: python3 ci/check_migration_files.py
- name: Upload Coverage Report