Skip to content

Commit 951d89b

Browse files
committed
Windows fix
1 parent 21dd904 commit 951d89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/app-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
env:
3838
UV_SYSTEM_PYTHON: 1
3939
POSTGRES_HOST: localhost
40-
POSTGRES_USERNAME: postgres
41-
POSTGRES_PASSWORD: root
40+
POSTGRES_USERNAME: admin
41+
POSTGRES_PASSWORD: postgres
4242
POSTGRES_DATABASE: postgres
4343
POSTGRES_SSL: disable
4444
steps:

0 commit comments

Comments
 (0)