Skip to content

Commit d91cecb

Browse files
committed
bootstrap-only
1 parent 5e02ff0 commit d91cecb

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,9 @@ jobs:
9595
- name: Build
9696
run: pnpm -r build
9797

98-
- name: Seed app_user
98+
- name: Seed pg users
9999
run: |
100100
pgpm admin-users bootstrap --yes
101-
pgpm admin-users add --test --yes
102101
103102
- name: Test ${{ matrix.package }}
104103
run: cd ./packages/${{ matrix.package }} && pnpm test

.github/workflows/integration-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ jobs:
6868
- name: Build
6969
run: pnpm -r build
7070

71-
- name: Seed app_user
71+
- name: Seed pg users
7272
run: |
7373
pgpm admin-users bootstrap --yes
74-
pgpm admin-users add --test --yes
7574
7675
- name: Run Integration Tests
7776
run: ./scripts/test-all-packages.js

0 commit comments

Comments
 (0)