mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
set database to localhost
This commit is contained in:
parent
cf05bbc280
commit
ca37788394
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-all.yml
vendored
2
.github/workflows/test-all.yml
vendored
|
@ -15,7 +15,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
PRODUCTION: false
|
PRODUCTION: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: python:3.9
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
@ -71,6 +70,7 @@ jobs:
|
||||||
- name: Run Test Suite Postgres
|
- name: Run Test Suite Postgres
|
||||||
env:
|
env:
|
||||||
DB_ENGINE: postgres
|
DB_ENGINE: postgres
|
||||||
|
POSTGRES_SERVER: localhost
|
||||||
run: |
|
run: |
|
||||||
poetry add "psycopg2-binary==2.8.6"
|
poetry add "psycopg2-binary==2.8.6"
|
||||||
make test-all
|
make test-all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue