Skip to content

Commit

Permalink
fix artifact length
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand authored Jul 25, 2024
1 parent 40df7b1 commit 0a908f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
repo: context.repo.repo,
run_id: context.payload.workflow_run.id,
});
console.info("found %d artifacts", allArtifacts.length)
console.info("found %d artifacts", allArtifacts.data.artifacts.length)
artifact = allArtifacts.data.artifacts.find((artifact) => {
return artifact.name == "coverage-report"
});
Expand Down

0 comments on commit 0a908f3

Please sign in to comment.