Skip to content

Commit 6082dcc

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
node-version: "18.x"
4848
cache: 'pnpm'
4949
- run: pnpm install
50+
- run: cd ./example && pnpm cypress install
51+
- run: pnpx cypress install
5052
- run: pnpm build --filter cypress-plugin-visual-regression-diff
5153
- name: Test e2e
5254
run: pnpm test:e2e:ci

0 commit comments

Comments
 (0)