Skip to content

Commit 8e66b3c

Browse files
committed
make prettier
1 parent c776039 commit 8e66b3c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -74,7 +74,12 @@ async function run() {
7474
const runId = process.env.GITHUB_RUN_ID || "";
7575
const actionName = process.env.GITHUB_ACTION || "";
7676

77-
testResultsSummary.processAndAddTestSummary(runnerTemp, runId, actionName, workspaceDir);
77+
testResultsSummary.processAndAddTestSummary(
78+
runnerTemp,
79+
runId,
80+
actionName,
81+
workspaceDir,
82+
);
7883
core.summary.write();
7984
}
8085
});

0 commit comments

Comments
 (0)