Skip to content

Commit ab22628

Browse files
committed
ci: Fix build
1 parent c6d920d commit ab22628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
POSTGRES_USER: postgres
1515
POSTGRES_PASSWORD: postgres
16-
POSTGRES_DB: postgres
16+
POSTGRES_DB: postgres_test
1717
ports:
1818
- 5432/tcp
1919
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

0 commit comments

Comments
 (0)