Skip to content

Commit

Permalink
fix artifact reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 26, 2024
1 parent cc212c0 commit 09f1c96
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 @@ -32,7 +32,7 @@ jobs:
name: "coverage-report"
});
console.info("found %d artifacts", allArtifacts.data.artifacts.length)
artifact = allArtifacts[0];
artifact = allArtifacts.data.artifacts[0];
if (!artifact) {
console.info('could not find artifact, waiting and trying again')
await new Promise((ok) => setTimeout(() => ok(), 15000));
Expand Down

0 comments on commit 09f1c96

Please sign in to comment.