Skip to content

Commit afcb2e4

Browse files
committed
docker
1 parent 1c868c0 commit afcb2e4

File tree

2 files changed

+2
-73
lines changed

2 files changed

+2
-73
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -67,24 +67,6 @@ jobs:
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
@@ -107,7 +89,7 @@ jobs:
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

roles.sql

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)