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 25baee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,8 +83,8 @@ jobs:
- name: Test with tox
run: tox -- -v1
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
DATABASE: postgres
DATABASE_URL: postgres://postgres:postgres@localhost:5432/localize
DATABASE: postgres15

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 25baee3

Please sign in to comment.