Skip to content

Commit 59fbcf8

Browse files
committed
fixup! Setup CI to run tests with Postgres
1 parent a61a8d8 commit 59fbcf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
postgres:
3131
image: postgres:16
3232
env:
33-
POSTGRES_DB: drf_test
33+
POSTGRES_DB: postgres
3434
POSTGRES_USER: postgres
3535
POSTGRES_PASSWORD: postgres
3636
ports:

0 commit comments

Comments
 (0)