Skip to content

Commit 0cb4c22

Browse files
committed
update ci
1 parent d91cecb commit 0cb4c22

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,11 @@ jobs:
9595
- name: Build
9696
run: pnpm -r build
9797

98-
- name: Seed pg users
98+
- name: Seed pg and app_user
9999
run: |
100100
pgpm admin-users bootstrap --yes
101+
# optional, but added to avoid concurrent attempts to add user
102+
pgpm admin-users add --test --yes
101103
102104
- name: Test ${{ matrix.package }}
103105
run: cd ./packages/${{ matrix.package }} && pnpm test

0 commit comments

Comments
 (0)