Skip to content

Commit

Permalink
Increase step summary limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Oles Galatsan committed May 15, 2025
1 parent d609194 commit 8b055ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/report/get-report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {getFirstNonEmptyLine} from '../utils/parse-utils'
import {slug} from '../utils/slugger'

const MAX_REPORT_LENGTH = 65535
const MAX_ACTIONS_SUMMARY_LENGTH = 131072 // 1048576 soon
const MAX_ACTIONS_SUMMARY_LENGTH = 1048576

export interface ReportOptions {
listSuites: 'all' | 'failed' | 'none'
Expand Down

0 comments on commit 8b055ac

Please sign in to comment.