Skip to content

Commit 2b49800

Browse files
committed
fix
1 parent 93ad24f commit 2b49800

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ jobs:
8080
- name: Build
8181
run: pnpm -r build
8282

83+
- name: Seed pg and app_user
84+
run: |
85+
# bootstrap admin user NOT REQUIRED FOR supabase
86+
# pgpm admin-users bootstrap --yes
87+
# optional, but added to avoid concurrent attempts to add user
88+
pgpm admin-users add --test --yes
89+
8390
- name: Test ${{ matrix.package }}
8491
run: cd ./packages/${{ matrix.package }} && pnpm test
8592

0 commit comments

Comments
 (0)