2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +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

@ -14,6 +14,8 @@ jobs:
image: postgres
env:
POSTGRES_PASSWORD: password
ports:
- 5432
steps:
- name: Checkout Code