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