Skip to content

Commit 1a88b42

Browse files
Update .github/workflows/build-test-ci.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent f193a8a commit 1a88b42

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-test-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,12 @@ jobs:
3131
- name: Enabling pre-post scripts
3232
run: pnpm config set enable-pre-post-scripts true
3333
- run: pnpm install
34+
- name: Cache pnpm modules
35+
uses: actions/cache@v2
36+
with:
37+
path: ~/.pnpm-store
38+
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
39+
restore-keys: |
40+
${{ runner.os }}-pnpm-
3441
- run: pnpm build
3542
- run: pnpm test

0 commit comments

Comments
 (0)