Skip to content

Commit db3d109

Browse files
committed
[action]: fixed generate coverage repo w pnpm over npm;
1 parent cc20fd0 commit db3d109

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deployexample.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@ jobs:
7373
uses: actions/setup-node@v4
7474
with:
7575
node-version: 20.x
76+
- name: Install build tools
77+
run: npm i -g pnpm
7678
- name: Install dependencies
77-
run: npm ci
79+
run: pnpm i
7880
- name: Run tests with coverage
79-
run: npm run test:coverage
81+
run: pnpm test:coverage
8082
- name: Upload Coverage Report
8183
uses: actions/upload-artifact@v4
8284
with:

0 commit comments

Comments
 (0)