Merge pull request #1709 from SchrodingersGat/python-ci-fixes

Fixes for python integration
This commit is contained in:
Oliver 2021-06-22 21:15:30 +10:00 committed by GitHub
commit 37cbb6f6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,11 @@ name: Python Bindings
on: on:
push: push:
branches: branches:
- 'master' - master
pull_request:
branches-ignore:
- l10*
jobs: jobs:
@ -32,7 +36,7 @@ jobs:
invoke migrate invoke migrate
- name: Download Python Code - name: Download Python Code
run: | run: |
git clone --depth 1 https://github.com/inventee/inventree-python ./inventree-python git clone --depth 1 https://github.com/inventree/inventree-python ./inventree-python
- name: Start Server - name: Start Server
run: | run: |
invoke import-records -f ./inventree-python/test/test_data.json invoke import-records -f ./inventree-python/test/test_data.json