Skip to content

Commit

Permalink
rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Jul 8, 2024
1 parent 26f8fd7 commit 7b18226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class WPTTestRunner {
if (commentSize > 0) {
fs.renameSync(this.testResultsFile, artifactFile);
}
fs.appendFileSync(this.testResultsFile, `Webpage test results are too big for a comment, and are available as [the action's artifact]({artifact-url}).`);
fs.appendFileSync(this.testResultsFile, `Webpage test results that are too big for a comment are available as [the action's artifact]({artifact-url}).`);
this.testResultsFile = artifactFile;
}
}
Expand Down

0 comments on commit 7b18226

Please sign in to comment.