Skip to content

Commit ef77935

Browse files
authored
Merge pull request #581 from OlesGalatsan/features/increase-summary-limit
Increase step summary limit to 1MiB
2 parents d609194 + 8b055ac commit ef77935

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.

src/report/get-report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {getFirstNonEmptyLine} from '../utils/parse-utils'
66
import {slug} from '../utils/slugger'
77

88
const MAX_REPORT_LENGTH = 65535
9-
const MAX_ACTIONS_SUMMARY_LENGTH = 131072 // 1048576 soon
9+
const MAX_ACTIONS_SUMMARY_LENGTH = 1048576
1010

1111
export interface ReportOptions {
1212
listSuites: 'all' | 'failed' | 'none'

0 commit comments

Comments
 (0)