Skip to content

Commit 36f2f0d

Browse files
committed
chore: fix deps caching
Signed-off-by: Jakub Freisler <[email protected]>
1 parent c8d744e commit 36f2f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
node-version: "18.x"
4848
cache: 'pnpm'
49-
- run: pnpm install
49+
- run: pnpm install && pnpx cypress install
5050
- run: pnpm build --filter cypress-plugin-visual-regression-diff
5151
- name: Test e2e
5252
run: pnpm test:e2e:ci

0 commit comments

Comments
 (0)