Skip to content

Commit fab87bb

Browse files
committed
fix error
1 parent 1f7e10f commit fab87bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ async function run() {
4545
await core.group("Run command", async () => {
4646
await matlab.runCommand(helperScript, platform, architecture, exec.exec, startupOptions).finally(() => {
4747
// buildSummary.processAndDisplayBuildSummary();
48-
const { testResults, counts } = testResultsSummary.getTestResults("");
49-
testResultsSummary.writeSummary(testResults, counts);
48+
const { testResults, stats } = testResultsSummary.getTestResults("");
49+
testResultsSummary.writeSummary(testResults, stats);
5050
});
5151
});
5252
}

0 commit comments

Comments
 (0)