2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Workflow fixes

This commit is contained in:
Oliver Walters
2021-03-31 17:28:30 +11:00
parent d1a42f55a2
commit d09483f30c
4 changed files with 8 additions and 1 deletions

View File

@ -15,4 +15,5 @@ if 'test' in sys.argv:
'USER': 'travis',
'PASSWORD': '',
'HOST': '127.0.0.1'
'PORT': '3306',
}

View File

@ -14,4 +14,5 @@ if 'test' in sys.argv:
'NAME': 'inventree_test_db',
'USER': 'postgres',
'PASSWORD': 'password',
'PORT': '5432'
}