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