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 734d024 commit 99c7058Copy full SHA for 99c7058
.github/workflows/ci.yml
@@ -46,6 +46,8 @@ jobs:
46
uses: actions/setup-node@v4
47
with:
48
node-version: ${{ matrix.node-version }}
49
+ cache: pnpm
50
+ # for test cache hits
51
- run: pnpm add -g [email protected]
52
- run: pnpm install
53
- run: pnpm run ${{ matrix.test-command }} -- --retries 1
0 commit comments