2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-30 16:41:35 +00:00

Fix postgres workflow

This commit is contained in:
Oliver Walters
2021-03-31 17:40:37 +11:00
parent f8d29b7b3b
commit 631e41e22a
2 changed files with 9 additions and 8 deletions

View File

@@ -12,10 +12,10 @@ jobs:
services:
postgres:
image: postgres
env:
POSTGRES_PASSWORD: password
env:
POSTGRES_PASSWORD: password
ports:
- 5432
- 5432
steps:
- name: Checkout Code