Skip to content

Commit 11d042d

Browse files
committed
Mac
1 parent 62ff01c commit 11d042d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
brew services start postgresql@14 && sleep 1
5353
createuser -s ${{ env.POSTGRES_USERNAME }}
5454
psql -d postgres -c "ALTER USER ${{ env.POSTGRES_USERNAME }} WITH PASSWORD '${{ env.POSTGRES_PASSWORD }}'"
55+
psql -d postgres -c 'CREATE EXTENSION vector'
5556
5657
- name: (MacOSLarge) Install postgreSQL using action-setup-postgres
5758
if: matrix.os == 'macos-latest-xlarge'

0 commit comments

Comments
 (0)