We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951d89b commit ac53a46Copy full SHA for ac53a46
.github/workflows/app-tests.yaml
@@ -55,6 +55,13 @@ jobs:
55
psql -d postgres -c "ALTER USER ${{ env.POSTGRES_USERNAME }} WITH PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
56
psql -d postgres -c 'CREATE EXTENSION vector'
57
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
+
65
- name: (Windows) Install pgvector using install-pgvector.bat
66
if: matrix.os == 'windows-latest'
67
shell: cmd
0 commit comments