We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357d1f8 commit 035d277Copy full SHA for 035d277
1 file changed
.github/workflows/stage-2-test.yaml
@@ -44,6 +44,11 @@ jobs:
44
steps:
45
- name: "Checkout code"
46
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
52
- name: "Run unit test suite"
53
run: |
54
make test-unit
0 commit comments