Skip to content

Commit 80b3582

Browse files
committed
fix: Cypress cache folder
1 parent d711cac commit 80b3582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
: [],
6363
APPLITOOLS_CONCURRENCY: inputs.concurrency,
6464
PAGES_TO_CHECK: builtPages,
65-
CYPRESS_CACHE_FOLDER: 'node_modules',
65+
CYPRESS_CACHE_FOLDER: './node_modules/CypressBinary',
6666
},
6767
record: false,
6868
});

0 commit comments

Comments
 (0)