File tree Expand file tree Collapse file tree 2 files changed +2
-73
lines changed
Expand file tree Collapse file tree 2 files changed +2
-73
lines changed Original file line number Diff line number Diff line change 1616
1717 services :
1818 pg_db :
19- image : pyramation/pgvector:13.3-alpine
19+ image : supabase/postgres
2020 env :
2121 POSTGRES_USER : postgres
2222 POSTGRES_PASSWORD : password
6767 - name : Build
6868 run : pnpm -r build
6969
70- - name : Create roles
71- run : psql -f roles.sql
72- env :
73- PGHOST : pg_db
74- PGPORT : 5432
75- PGUSER : postgres
76- PGPASSWORD : password
77-
78- - name : Seed app_user
79- run : |
80- lql admin-users bootstrap --yes
81- lql admin-users add --test --yes
82- env :
83- PGHOST : pg_db
84- PGPORT : 5432
85- PGUSER : postgres
86- PGPASSWORD : password
87-
8870 test :
8971 needs : setup
9072 runs-on : ubuntu-latest
10789
10890 services :
10991 pg_db :
110- image : pyramation/pgvector:13.3-alpine
92+ image : supabase/postgres
11193 env :
11294 POSTGRES_USER : postgres
11395 POSTGRES_PASSWORD : password
@@ -158,14 +140,6 @@ jobs:
158140 - name : Build
159141 run : pnpm -r build
160142
161- - name : Create roles
162- run : psql -f roles.sql
163-
164- - name : Seed app_user
165- run : |
166- lql admin-users bootstrap --yes
167- lql admin-users add --test --yes
168-
169143 - name : Test ${{ matrix.package }}
170144 run : cd ./packages/${{ matrix.package }} && pnpm test
171145
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments