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

Docker fix final 2 (#4049)

* Append correct python path if not present (only during testing)

* Add a bunch more debug info

* Display docker compose version

* More unit test fixes

* More debug info

* Ensure correct python path is included for docker build (only for testing)

* Remove debug statements

* Don't run docker workflow on PR
This commit is contained in:
Oliver
2022-12-14 22:28:46 +11:00
committed by GitHub
parent ca4e260d8a
commit bfeffd0cc7
3 changed files with 6 additions and 16 deletions

View File

@ -21,10 +21,6 @@ on:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
# Build the docker image
@ -73,6 +69,7 @@ jobs:
test -f data/secret_key.txt
- name: Run Unit Tests
run: |
docker-compose --version
docker-compose run inventree-dev-server invoke test --disable-pty
docker-compose down
- name: Set up QEMU