Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Mar 10, 2024
1 parent 19839a2 commit 06aae42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
POSTGRES_DB: localize
POSTGRESQL_PASSWORD: postgres
POSTGRESQL_FSYNC: 'off'
POSTGRESQL_DATA_DIR: /dev/shm/pgdata
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Test with tox
run: tox -- -v1
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
DATABASE_URL: postgres://postgres:postgres@localhost:5432/localize
DATABASE: postgres

coverage:
Expand Down

0 comments on commit 06aae42

Please sign in to comment.