Skip to content

Commit 2c17116

Browse files
committed
CCM-17346: Add pnpm setup to test-unit job
1 parent 8329b62 commit 2c17116

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/stage-2-test.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ jobs:
4444
steps:
4545
- name: "Checkout code"
4646
uses: actions/checkout@v4
47+
- name: "Setup pnpm"
48+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
49+
with:
50+
version: ${{ inputs.pnpm_version }}
51+
- name: "Use Node.js"
52+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
53+
with:
54+
node-version-file: '.tool-versions'
55+
cache: 'pnpm'
4756
- name: "Run unit test suite"
4857
run: |
4958
make test-unit

0 commit comments

Comments
 (0)