Skip to content

Commit 035d277

Browse files
committed
CCM-17346: Move To Shared Modules Model
1 parent 357d1f8 commit 035d277

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
steps:
4545
- name: "Checkout code"
4646
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
47+
- name: "Setup pnpm"
48+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
49+
with:
50+
version: "${{ inputs.pnpm_version }}"
51+
cache: true
4752
- name: "Run unit test suite"
4853
run: |
4954
make test-unit

0 commit comments

Comments
 (0)