Skip to content

Commit b10ddc7

Browse files
committed
ci: i feel it could be an pnpm issue, so change working-directory to pnpm -C
1 parent 53c4572 commit b10ddc7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@ jobs:
7070
- name: Move playground to work around weird working-directory issue
7171
run: mv playground ../playground
7272
- name: Install dependencies in playground
73-
working-directory: ../playground
74-
run: pnpm recursive install --no-frozen-lockfile
73+
run: pnpm -C ../playground install --no-frozen-lockfile
7574

7675
- name: Run build script in playground
77-
working-directory: ../playground
78-
run: pnpm --filter "*" build
76+
run: pnpm -C ../playground --filter "*" build
7977

8078
# test-vitest:
8179
# needs: build

0 commit comments

Comments
 (0)