mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
wip
This commit is contained in:
parent
25189ba00b
commit
f310e06af7
6 changed files with 78 additions and 6 deletions
|
|
@ -19,7 +19,7 @@ export class LocalFileProvider implements InputProvider {
|
|||
}
|
||||
}
|
||||
|
||||
return {[this.name]: result}
|
||||
return {[this.name]: result, artifactFilePaths: []}
|
||||
}
|
||||
|
||||
async listTrackedFiles(): Promise<string[]> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue