We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d744e commit 6082dccCopy full SHA for 6082dcc
.github/workflows/ci.yml
@@ -47,6 +47,8 @@ jobs:
47
node-version: "18.x"
48
cache: 'pnpm'
49
- run: pnpm install
50
+ - run: cd ./example && pnpm cypress install
51
+ - run: pnpx cypress install
52
- run: pnpm build --filter cypress-plugin-visual-regression-diff
53
- name: Test e2e
54
run: pnpm test:e2e:ci
0 commit comments