We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cd41e commit 67f867fCopy full SHA for 67f867f
.github/workflows/test.yml
@@ -10,10 +10,14 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- uses: pnpm/action-setup@v4
13
+ with:
14
+ run_install.cwd: client
15
+ package_json_file: 'client/package.json'
16
- uses: actions/setup-node@v4
17
with:
18
node-version: 22
19
cache: pnpm
20
+ cache-dependency-path: client/pnpm-lock.yaml
21
- run: pnpm install
22
- run: pnpm build
23
- run: pnpm test
0 commit comments