mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1960] automated C315180, C310200 and C313200 (#5891)
* [ADF-1960] automated C315180, C310200 and C313200 * Add log and some fixes for scripts * fix scripts e2e Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
This commit is contained in:
committed by
GitHub
parent
3b7f3a5762
commit
94c99574f8
@@ -57,7 +57,7 @@ let specs = function () {
|
||||
|
||||
if (LIST_SPECS && LIST_SPECS !== '') {
|
||||
arraySpecs = LIST_SPECS.split(',');
|
||||
arraySpecs = arraySpecs.map((el) => './' + el);
|
||||
arraySpecs = arraySpecs.map((el) => './' + el.replace('e2e/', ''));
|
||||
|
||||
specExists(arraySpecs);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user