Skip to content

Commit 36c4f39

Browse files
committed
fixup! fixup! fixup! chore(e2e-tests): Add a pnpm-lock file to every e2e test folder
1 parent 5dfe4e1 commit 36c4f39

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/update-e2e-lockfiles.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ on:
1818
type: boolean
1919
default: true
2020

21+
env:
22+
CACHED_DEPENDENCY_PATHS: |
23+
${{ github.workspace }}/node_modules
24+
${{ github.workspace }}/packages/*/node_modules
25+
${{ github.workspace }}/dev-packages/*/node_modules
26+
2127
jobs:
2228
update-lockfiles:
2329
name: Update E2E Lockfiles

0 commit comments

Comments
 (0)