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:
|
||||
PRODUCTION: false
|
||||
runs-on: ubuntu-latest
|
||||
container: python:3.9
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
|
@ -71,6 +70,7 @@ jobs:
|
|||
- name: Run Test Suite Postgres
|
||||
env:
|
||||
DB_ENGINE: postgres
|
||||
POSTGRES_SERVER: localhost
|
||||
run: |
|
||||
poetry add "psycopg2-binary==2.8.6"
|
||||
make test-all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue