Skip to content

Commit

Permalink
Testing JSON parse
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 22, 2024
1 parent a4c359e commit 0b4e1db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ let resultArrayOfStrings: string[] = arrayOfStringArrays.map(subArray =>

core.summary
.addHeading('MATLAB Build Results')
.addTable([ {data: 'Task Name', header: true}, {data: 'Status', header: true}, {data: 'Description', header: true},{data: 'Duration (HH:MM:SS)', header: true}]
.addTable([
[{data: 'Task Name', header: true}, {data: 'Status', header: true}, {data: 'Description', header: true},{data: 'Duration (HH:MM:SS)', header: true}],

])
.write()
}

0 comments on commit 0b4e1db

Please sign in to comment.