Skip to content

Commit

Permalink
tests: another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Jun 28, 2023
1 parent cb8856a commit cd0689a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
WORKSPACE: /github/workspace/
# the env vars for the PostgreSQL connection must be in sync
# with the 'postgres' service below
PGHOST_RDBMS: postgres
PGPORT_RDBMS: 5432
PGHOST_POSTMODERN: postgres2
PGPORT_POSTMODERN: 5433
PGDATABASE: migratum
PGUSER: migratum
Expand All @@ -47,6 +49,8 @@ jobs:
POSTGRES_USER: migratum
POSTGRES_PASSWORD: FvbRd5qdeWHNum9p
options: >-
--name postgres
--hostname postgres
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
Expand All @@ -62,6 +66,8 @@ jobs:
POSTGRES_USER: migratum
POSTGRES_PASSWORD: FvbRd5qdeWHNum9p
options: >-
--name postgres2
--hostname postgres2
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
Expand Down

0 comments on commit cd0689a

Please sign in to comment.