Skip to content

Commit e582b00

Browse files
committed
Try to fix workflows.
1 parent df4226e commit e582b00

File tree

2 files changed

+6
-51
lines changed

2 files changed

+6
-51
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
postgres:
2020
image: postgres:latest
2121
env:
22+
env:
23+
POSTGRES_DB: postgres
2224
POSTGRES_USER: postgres
2325
POSTGRES_PASSWORD: postgres
2426
options: >-
@@ -30,9 +32,10 @@ jobs:
3032
- 5432:5432
3133
env:
3234
CI: true
33-
PGHOST: 127.0.0.1
34-
PGUSER: postgres
35-
PGPASS: postgres
35+
POSTGRES_HOST: localhost
36+
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }}
37+
POSTGRES_USER: postgres
38+
POSTGRES_PASSWORD: postgres
3639
strategy:
3740
fail-fast: false
3841
matrix:

.github/workflows/test.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)