Skip to content

Commit 846d3ce

Browse files
chore: add pnpm cache on e2e job
1 parent 198050e commit 846d3ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ jobs:
140140
uses: pnpm/action-setup@v2
141141
with:
142142
version: 8.6.2
143+
-
144+
name: Cache PNPM
145+
uses: actions/cache@v3
146+
with:
147+
path: ${{ env.PNPM_HOME }}
148+
key: ${{ runner.os }}-pnpm-${{ github.run_id }}
149+
restore-keys: |
150+
${{ runner.os }}-pnpm-
143151
-
144152
name: Install Dependencies
145153
working-directory: pwa

0 commit comments

Comments
 (0)