mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-13 13:00:11 -05:00
Fix postgres workflow
This commit is contained in:
6
.github/workflows/postgresql.yaml
vendored
6
.github/workflows/postgresql.yaml
vendored
@@ -12,10 +12,10 @@ jobs:
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
env:
|
||||
POSTGRES_PASSWORD: password
|
||||
env:
|
||||
POSTGRES_PASSWORD: password
|
||||
ports:
|
||||
- 5432
|
||||
- 5432
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
||||
Reference in New Issue
Block a user