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 93da1ce commit d412a78Copy full SHA for d412a78
1 file changed
.github/workflows/windows-tests.yml
@@ -8,8 +8,8 @@ jobs:
8
timeout-minutes: 60
9
permissions:
10
contents: read
11
- env:
12
- CYPRESS_CACHE_FOLDER: ${{ github.workspace }}/.cypress-cache
+ #env:
+ # CYPRESS_CACHE_FOLDER: ${{ github.workspace }}/.cypress-cache
13
steps:
14
- uses: actions/checkout@v6
15
with:
@@ -19,6 +19,10 @@ jobs:
19
node-version: 24
20
- run: npm install -g npm@latest
21
- run: npm ci --verbose
22
+
23
+ - run: npx cypress install
24
+ - run: npx cypress verify
25
26
- run: npx update-browserslist-db@latest
27
28
#- run: npx cypress install
0 commit comments