Skip to content

Commit 455449f

Browse files
committed
tiny fix
1 parent 3d70821 commit 455449f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
POSTGRES_PASSWORD: postgres
7878
POSTGRES_DB: local
7979
options: >-
80-
--health-cmd="pg_isready -U postgres -d forge"
80+
--health-cmd="pg_isready -U postgres -d local"
8181
--health-interval=10s
8282
--health-timeout=5s
8383
--health-retries=5

0 commit comments

Comments
 (0)