|
|
@ -233,7 +233,7 @@ const branch = process.env.CIRCLE_BRANCH; |
|
|
|
const isMasterBranch = branch === 'master'; |
|
|
|
const isMasterBranch = branch === 'master'; |
|
|
|
|
|
|
|
|
|
|
|
module.exports = { |
|
|
|
module.exports = { |
|
|
|
...(branch ? (isMasterBranch ? tests : {}) : tests), |
|
|
|
...{} //(branch ? (isMasterBranch ? tests : {}) : tests),
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
const sources = [ |
|
|
|
const sources = [ |
|
|
|