mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-02 11:25:21 -08:00
Show artifact download progress
This commit is contained in:
@@ -67,7 +67,7 @@ export class ArtifactProvider implements InputProvider {
|
||||
}
|
||||
|
||||
for (const art of artifacts) {
|
||||
await downloadArtifact(this.octokit, art.id, art.name, this.token)
|
||||
await downloadArtifact(this.octokit, art.id, art.name, art.size_in_bytes, this.token)
|
||||
const reportName = this.getReportName(art.name)
|
||||
const files: FileContent[] = []
|
||||
const zip = new Zip(art.name)
|
||||
|
||||
Reference in New Issue
Block a user