Skip to content

Commit 67f867f

Browse files
committed
.github: Fix CI
1 parent 50cd41e commit 67f867f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: pnpm/action-setup@v4
13+
with:
14+
run_install.cwd: client
15+
package_json_file: 'client/package.json'
1316
- uses: actions/setup-node@v4
1417
with:
1518
node-version: 22
1619
cache: pnpm
20+
cache-dependency-path: client/pnpm-lock.yaml
1721
- run: pnpm install
1822
- run: pnpm build
1923
- run: pnpm test

0 commit comments

Comments
 (0)