Skip to content

Commit

Permalink
fix wrong envs
Browse files Browse the repository at this point in the history
  • Loading branch information
juandspy committed Oct 25, 2023
1 parent 2a658f8 commit 7f0d276
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/gotests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ jobs:
postgres:
image: postgres
env:
POSTGRESQL_USER: user
POSTGRESQL_PASSWORD: password
POSTGRESQL_ADMIN_PASSWOR: admin
POSTGRESQL_DATABASE: aggregator
POSTGRES_USER: user
POSTGRES_PASSWORD: password
POSTGRES_ADMIN_PASSWOR: admin
POSTGRES_DATABASE: aggregator
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit 7f0d276

Please sign in to comment.