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

Fix: Broken subfolder tests in postgres/docker CI in master (#3559)

* disable failing tests for sanity check

* run postgrest too

* only run problematic tests

* make paths relative

* refactor to reduce duplicate code

* remove testing restrictions again
This commit is contained in:
Matthias Mair
2022-08-17 01:10:56 +02:00
committed by GitHub
parent b9f83eefc8
commit 0a57f9d459
2 changed files with 6 additions and 4 deletions

View File

@ -185,9 +185,7 @@ jobs:
postgres:
name: Tests - DB [PostgreSQL]
runs-on: ubuntu-20.04
needs: [ 'javascript', 'html', 'pre-commit' ]
if: github.event_name == 'push'
env:
INVENTREE_DB_ENGINE: django.db.backends.postgresql