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 f960854 commit cc3cb75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ tasks.taskDetails.forEach((task, index) => {
arrayOfStringArrays.push(taskDetails);
});

let resultArrayOfStrings: string[] = arrayOfStringArrays.map(subArray =>
subArray
);


core.summary
.addHeading('MATLAB Build Results')
Expand Down

0 comments on commit cc3cb75

Please sign in to comment.