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 56b81ab commit ed74681Copy full SHA for ed74681
1 file changed
.github/workflows/windows-tests.yml
@@ -18,13 +18,13 @@ jobs:
18
with:
19
node-version: 24
20
- run: npm install -g npm@latest
21
- - run: npm ci --verbose
+ - run: npm ci --verbose --foreground-scripts
22
23
- run: npx cypress install --force
24
- shell: bash
25
run: find 'C:\Users\runneradmin\AppData\Local\Cypress' || true
26
- - shell: bash
27
- run: find "C:\\" -iname Cypress.exe || true
+ #- shell: bash
+ # run: find "C:\\" -iname Cypress.exe || true
28
- run: npx cypress verify
29
30
- run: npx update-browserslist-db@latest
0 commit comments