2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-14 05:27:34 +00:00

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
+1
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:
+1
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:
+1 -1
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: