mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5122] Unexclude C309674 test (#5655)
* [ADF-5122] Unexclude C309674 test * Improve affected libs script to run tests if tests exclussion changed
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"C260249" : "REPO-4772 ACS 6.2",
|
"C260249" : "REPO-4772 ACS 6.2",
|
||||||
"C309674" : "https://issues.alfresco.com/jira/browse/ADF-5122",
|
|
||||||
"C315268" : "https://issues.alfresco.com/jira/browse/ADF-5123"
|
"C315268" : "https://issues.alfresco.com/jira/browse/ADF-5123"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -54,6 +54,14 @@ if [ ! -f $DIRECTORY/deps.txt ]; then
|
|||||||
npm run affected:libs -- $HEAD_SHA_BRANCH "HEAD" > $DIRECTORY/deps.txt
|
npm run affected:libs -- $HEAD_SHA_BRANCH "HEAD" > $DIRECTORY/deps.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
LIST_SPECS="$(git diff --name-only $BRANCH_NAME HEAD)"
|
||||||
|
|
||||||
|
if [[ $LIST_SPECS == *"protractor.excludes.json"* ]]; then
|
||||||
|
AFFECTED_LIBS="core$ content-services$ process-services$ process-services-cloud$ insights$ extensions$ testing$ cli$"
|
||||||
|
echo "${AFFECTED_LIBS}"
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
#cat $DIRECTORY/deps.txt
|
#cat $DIRECTORY/deps.txt
|
||||||
#echo "extensions" > deps.txt
|
#echo "extensions" > deps.txt
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user