test(cli): add GitAffected automated tests

This commit is contained in:
Divlo
2021-12-07 12:11:54 +01:00
parent 0b59c19885
commit 0175a7fb1c
3 changed files with 119 additions and 11 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export class RunTestCommand extends Command {
isContinuousIntegration: this.isContinuousIntegration,
base: this.base
})
const solutions = await gitAffected.getAffectedSolutions()
const solutions = await gitAffected.getAffectedSolutionsFromGit()
return await Test.runManyWithSolutions(solutions)
}
if (