Skip to content

Commit 393b881

Browse files
committed
test
1 parent 50cd41e commit 393b881

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ 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

0 commit comments

Comments
 (0)