We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d412a78 commit dd87bceCopy full SHA for dd87bce
1 file changed
.github/workflows/windows-tests.yml
@@ -21,6 +21,10 @@ jobs:
21
- run: npm ci --verbose
22
23
- run: npx cypress install
24
+ - shell: bash
25
+ run: find "C:\Users\runneradmin\AppData\Local\Cypress" || true
26
27
+ run: find "C:\" -iname Cypress.exe
28
- run: npx cypress verify
29
30
- run: npx update-browserslist-db@latest
0 commit comments