Skip to content

Commit 8abef76

Browse files
Merge pull request #441 from ismaelgt/440-exclude-tests-zip
Ignore tests.zip from uploads when home_directory is set
2 parents ff275a1 + 7853f2f commit 8abef76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/helpers/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ const filesToIgnoreWhileUploading = [
320320
"package.json",
321321
"browserstack-package.json",
322322
"tests.zip",
323+
"**/tests.zip",
323324
"cypress.json",
324325
"cypress.config.js",
325326
"cypress.config.ts",

0 commit comments

Comments
 (0)