Skip to content

Commit d412a78

Browse files
committed
rubber 2
1 parent 93da1ce commit d412a78

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/windows-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
timeout-minutes: 60
99
permissions:
1010
contents: read
11-
env:
12-
CYPRESS_CACHE_FOLDER: ${{ github.workspace }}/.cypress-cache
11+
#env:
12+
# CYPRESS_CACHE_FOLDER: ${{ github.workspace }}/.cypress-cache
1313
steps:
1414
- uses: actions/checkout@v6
1515
with:
@@ -19,6 +19,10 @@ jobs:
1919
node-version: 24
2020
- run: npm install -g npm@latest
2121
- run: npm ci --verbose
22+
23+
- run: npx cypress install
24+
- run: npx cypress verify
25+
2226
- run: npx update-browserslist-db@latest
2327

2428
#- run: npx cypress install

0 commit comments

Comments
 (0)