There was an error while loading. Please reload this page.
1 parent 1f7e10f commit fab87bbCopy full SHA for fab87bb
1 file changed
src/index.ts
@@ -45,8 +45,8 @@ async function run() {
45
await core.group("Run command", async () => {
46
await matlab.runCommand(helperScript, platform, architecture, exec.exec, startupOptions).finally(() => {
47
// buildSummary.processAndDisplayBuildSummary();
48
- const { testResults, counts } = testResultsSummary.getTestResults("");
49
- testResultsSummary.writeSummary(testResults, counts);
+ const { testResults, stats } = testResultsSummary.getTestResults("");
+ testResultsSummary.writeSummary(testResults, stats);
50
});
51
52
}
0 commit comments