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 efd6b75 commit 06f25c6Copy full SHA for 06f25c6
.github/workflows/app-tests.yaml
@@ -59,6 +59,7 @@ jobs:
59
run: .github\workflows\install-pgvector.bat
60
61
- name: (Windows) Start postgreSQL
62
+ if: matrix.os == 'windows-latest'
63
uses: ikalnytskyi/action-setup-postgres@v6
64
with:
65
username: ${{ env.POSTGRES_USERNAME }}
0 commit comments