mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-03 11:45:22 -08:00
Removed progress percentage as there is no way to deduce content length
This commit is contained in:
@@ -68,7 +68,7 @@ export class ArtifactProvider implements InputProvider {
|
||||
|
||||
for (const art of artifacts) {
|
||||
const fileName = `${art.name}.zip`
|
||||
await downloadArtifact(this.octokit, art.id, fileName, art.size_in_bytes, this.token)
|
||||
await downloadArtifact(this.octokit, art.id, fileName, this.token)
|
||||
core.startGroup(`Reading archive ${fileName}`)
|
||||
try {
|
||||
const reportName = this.getReportName(art.name)
|
||||
|
||||
Reference in New Issue
Block a user