1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

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

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 (