Skip to content

Commit dbfd0f3

Browse files
committed
Add cypress --ci-build-id
1 parent a56f648 commit dbfd0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:types": "tslint -c ./tslint.json --project ./tsconfig.json",
2525

2626
"test:cypress": "cypress run --record",
27-
"test:cypress:ci": "cypress run --record --parallel",
27+
"test:cypress:ci": "cypress run --record --parallel --ci-build-id=$BUILD_ID",
2828
"test:coverage": "jest --detectLeaks --coverage",
2929

3030
"build:examples": "webpack --config examples/webpack.config.js --mode production",

0 commit comments

Comments
 (0)