Skip to content

Commit 96bc9b7

Browse files
committed
update package-lock
1 parent 6a0aff8 commit 96bc9b7

2 files changed

Lines changed: 25 additions & 20 deletions

File tree

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ async function run() {
4040
const actionName = process.env.GITHUB_ACTION || "";
4141

4242
buildSummary.processAndAddBuildSummary(runnerTemp, actionName);
43-
testResultsSummary.processAndAddTestSummary(runnerTemp, runId, actionName, workspaceDir);
43+
testResultsSummary.processAndAddTestSummary(
44+
runnerTemp,
45+
runId,
46+
actionName,
47+
workspaceDir,
48+
);
4449
core.summary.write();
4550
}
4651
});

0 commit comments

Comments
 (0)