mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
improve smart runner (#5942)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -23,3 +23,4 @@ e2e-output/
|
||||
coverage/
|
||||
/desktop.ini
|
||||
out-tsc
|
||||
!/.protractor-smartrunner/
|
||||
|
@@ -189,6 +189,10 @@ exports.config = {
|
||||
},
|
||||
|
||||
async onPrepare() {
|
||||
if (process.env.CI) {
|
||||
SmartRunner.apply({repoHash: process.env.GIT_HASH || ''});
|
||||
}
|
||||
|
||||
retry.onPrepare();
|
||||
|
||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = TIMEOUT;
|
||||
|
Reference in New Issue
Block a user