Skip to content

Commit dd92e21

Browse files
committed
rubber 4
1 parent dd87bce commit dd92e21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222

2323
- run: npx cypress install
2424
- shell: bash
25-
run: find "C:\Users\runneradmin\AppData\Local\Cypress" || true
25+
run: find 'C:\Users\runneradmin\AppData\Local\Cypress' || true
2626
- shell: bash
27-
run: find "C:\" -iname Cypress.exe
27+
run: find "C:\\" -iname Cypress.exe || true
2828
- run: npx cypress verify
2929

3030
- run: npx update-browserslist-db@latest

0 commit comments

Comments
 (0)