Skip to content

Commit 2407b5b

Browse files
committed
fix: use workspace-level pgpm install to resolve all extension deps
1 parent 4db57c6 commit 2407b5b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pgpm-test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ jobs:
6464
run: pgpm admin-users bootstrap --yes
6565

6666
- name: Install pgpm module dependencies
67-
run: |
68-
cd pgpm/constructive-infra && pgpm install
69-
cd ../constructive-users && pgpm install || true
67+
run: pgpm install
7068

7169
- name: Run pgpm full-cycle test (deploy/verify/revert/deploy)
7270
run: pgpm test-packages --full-cycle --exclude constructive-infra-services

0 commit comments

Comments
 (0)