Skip to content

Commit 224f9a7

Browse files
authored
Let's try this again
1 parent eff5422 commit 224f9a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/django_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ jobs:
1515
POSTGRES_PASSWORD: dbpassword
1616
POSTGRES_NAME: dbname
1717
POSTGRES_PORT: 5432
18+
POSTGRES_HOST: localhost
1819
services:
1920
db:
2021
image: postgres:16
2122
env:
2223
POSTGRES_USER: ${{ env.POSTGRES_USER }}
2324
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
24-
POSTGRES_DB: ${{ env.POSTGRES_PORT }}
25+
POSTGRES_DB: ${{ env.POSTGRES_NAME }}
2526
ports:
2627
- 5432:5432
2728
options: >-

0 commit comments

Comments
 (0)