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 dd87bce commit dd92e21Copy full SHA for dd92e21
1 file changed
.github/workflows/windows-tests.yml
@@ -22,9 +22,9 @@ jobs:
22
23
- run: npx cypress install
24
- shell: bash
25
- run: find "C:\Users\runneradmin\AppData\Local\Cypress" || true
+ run: find 'C:\Users\runneradmin\AppData\Local\Cypress' || true
26
27
- run: find "C:\" -iname Cypress.exe
+ run: find "C:\\" -iname Cypress.exe || true
28
- run: npx cypress verify
29
30
- run: npx update-browserslist-db@latest
0 commit comments