Skip to content

Commit 3ba415d

Browse files
committed
ci
1 parent 1a96e2e commit 3ba415d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ jobs:
6262
- name: Build
6363
run: pnpm -r build
6464

65-
- name: seed app_user
66-
run: |
67-
lql admin-users bootstrap --yes
68-
lql admin-users add --test --yes
69-
env:
70-
PGHOST: pg_db
71-
PGPORT: 5432
72-
PGUSER: supabase_admin
73-
PGPASSWORD: postgres
65+
# - name: seed app_user
66+
# run: |
67+
# lql admin-users bootstrap --yes
68+
# lql admin-users add --test --yes
69+
# env:
70+
# PGHOST: pg_db
71+
# PGPORT: 5432
72+
# PGUSER: supabase_admin
73+
# PGPASSWORD: postgres
7474

7575
- name: Test ${{ matrix.package }}
7676
run: cd ./packages/${{ matrix.package }} && pnpm test

0 commit comments

Comments
 (0)