Skip to content

Commit ed74681

Browse files
committed
foreground scripts
1 parent 56b81ab commit ed74681

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/windows-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
with:
1919
node-version: 24
2020
- run: npm install -g npm@latest
21-
- run: npm ci --verbose
21+
- run: npm ci --verbose --foreground-scripts
2222

2323
- run: npx cypress install --force
2424
- shell: bash
2525
run: find 'C:\Users\runneradmin\AppData\Local\Cypress' || true
26-
- shell: bash
27-
run: find "C:\\" -iname Cypress.exe || true
26+
#- shell: bash
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)