Skip to content

Commit ac53a46

Browse files
committed
Start postgres on windows
1 parent 951d89b commit ac53a46

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/app-tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
psql -d postgres -c "ALTER USER ${{ env.POSTGRES_USERNAME }} WITH PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
5656
psql -d postgres -c 'CREATE EXTENSION vector'
5757
58+
- name: (Windows) Start postgreSQL
59+
uses: ikalnytskyi/action-setup-postgres@v6
60+
with:
61+
username: ${{ env.POSTGRES_USERNAME }}
62+
password: ${{ env.POSTGRES_PASSWORD }}
63+
database: ${{ env.POSTGRES_DATABASE }}
64+
5865
- name: (Windows) Install pgvector using install-pgvector.bat
5966
if: matrix.os == 'windows-latest'
6067
shell: cmd

0 commit comments

Comments
 (0)