Extra debug output for tests

This commit is contained in:
Oliver Walters 2021-03-31 21:17:17 +11:00
parent f71ebc20ec
commit 737a378515
3 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ jobs:
INVENTREE_DB_PASSWORD: password
INVENTREE_DB_HOST: '127.0.0.1'
INVENTREE_DB_PORT: 3306
INVENTREE_DEBUG: info
services:
mariadb:

View File

@ -16,6 +16,7 @@ jobs:
INVENTREE_DB_PASSWORD: password
INVENTREE_DB_HOST: '127.0.0.1'
INVENTREE_DB_PORT: 3306
INVENTREE_DEBUG: info
services:
mysql:

View File

@ -16,7 +16,7 @@ jobs:
INVENTREE_DB_PASSWORD: password
INVENTREE_DB_HOST: '127.0.0.1'
INVENTREE_DB_PORT: 5432
INVENTREE_DEBUG: info
services:
postgres: