mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
speed up browser tests
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- stage: browser
|
- stage: browser
|
||||||
node_js: 8
|
node_js: 8
|
||||||
script: if ! git log --format=%B --no-merges -n 1 | grep '\[skip browser\]'; then npm test && npm run js-test-cloud; fi
|
script: if ! git log --format=%B --no-merges -n 1 | grep '\[skip browser\]'; then npm run js-test-cloud; fi
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
@@ -55,6 +55,7 @@
|
|||||||
"js-test-karma-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma",
|
"js-test-karma-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma",
|
||||||
"js-test-karma-bundle": "cross-env BUNDLE=true npm run js-test-karma",
|
"js-test-karma-bundle": "cross-env BUNDLE=true npm run js-test-karma",
|
||||||
"js-test-karma-bundle-old": "cross-env BUNDLE=true USE_OLD_JQUERY=true npm run js-test-karma",
|
"js-test-karma-bundle-old": "cross-env BUNDLE=true USE_OLD_JQUERY=true npm run js-test-karma",
|
||||||
|
"prejs-test-cloud": "npm run js-compile && npm run js-test-karma",
|
||||||
"js-test-cloud": "cross-env BROWSER=true npm run js-test-karma",
|
"js-test-cloud": "cross-env BROWSER=true npm run js-test-karma",
|
||||||
"coveralls": "shx cat js/coverage/lcov.info | coveralls",
|
"coveralls": "shx cat js/coverage/lcov.info | coveralls",
|
||||||
"docs": "npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint",
|
"docs": "npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint",
|
||||||
|
Reference in New Issue
Block a user