Skip to content

Commit dd0231d

Browse files
committed
Merge branch 'main' of https://github.com/ctrf-io/github-test-reporter into chore/upgrade-handlebars
2 parents a9a0dee + 429f3cc commit dd0231d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/report-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function checkReportSize(
8484

8585
if (reportSizeBytes > 1000000) {
8686
// 1MB limit
87-
core.warning(
87+
core.info(
8888
`${outputName} is ${reportSizeMB}MB, which exceeds GitHub's 1MB output limit. ` +
8989
`Skipping ${outputName} output. Consider using write-ctrf-to-file instead.`
9090
)

0 commit comments

Comments
 (0)