Skip to content

Commit

Permalink
line up auth
Browse files Browse the repository at this point in the history
This commit was sponsored by Jason Walker, Sergio Bost, Matt Campbell,
and my other patrons.  If you want to join them, you can support my
work at https://glyph.im/patrons/.
  • Loading branch information
glyph committed Mar 16, 2024
1 parent 76b7bb0 commit f4f6076
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,10 @@ jobs:
postgres16:
image: "${{ matrix.pg-image }}"
env:
POSTGRES_DB: test
POSTGRES_PASSWORD: pass
POSTGRES_PORT: 5432
POSTGRES_DB: "ghapgdb"
POSTGRES_USER: "ghapguser"
POSTGRES_PASSWORD: "ghapgpass"
POSTGRES_PORT: "5432"
ports:
- 5432:5432
options: >-
Expand Down Expand Up @@ -300,10 +301,12 @@ jobs:
- name: Run unit tests
run: tox run -e ${TOX_ENV}
env:
PGPORT: "5432"
PGHOST: "localhost"
PGDATABASE: "test"
PGPASSWORD: "pass"
PGPORT: "5432"

PGUSER: "ghapguser"
PGDATABASE: "ghapgdb"
PGPASSWORD: "gpapgpass"

- name: Combine coverage
run: tox run -e coverage_combine,coverage_report
Expand Down

0 comments on commit f4f6076

Please sign in to comment.