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 62ff01c commit 11d042dCopy full SHA for 11d042d
.github/workflows/app-tests.yaml
@@ -52,6 +52,7 @@ jobs:
52
brew services start postgresql@14 && sleep 1
53
createuser -s ${{ env.POSTGRES_USERNAME }}
54
psql -d postgres -c "ALTER USER ${{ env.POSTGRES_USERNAME }} WITH PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
55
+ psql -d postgres -c 'CREATE EXTENSION vector'
56
57
- name: (MacOSLarge) Install postgreSQL using action-setup-postgres
58
if: matrix.os == 'macos-latest-xlarge'
0 commit comments