This commit is contained in:
Aart Jan Kaptijn 2022-04-28 15:35:03 +02:00 committed by A. J. Kaptijn
parent 3c394dc8e9
commit ce3c56dc16
4 changed files with 31 additions and 28 deletions

View file

@ -19,9 +19,9 @@ export class LocalFileProvider implements InputProvider {
}
}
return {
return {
artifactFilePaths: [],
reports : {
reports: {
[this.name]: result
}
}