Skip to content

Commit

Permalink
Refactored the JSON strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 22, 2024
1 parent 5e4c726 commit 7c9c934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function addBuildSummaryTable(tasks: TaskList): void {
.write();
}

async function processAndDisplayBuildSummary() {
export async function processAndDisplayBuildSummary() {
const runId = process.env.GITHUB_RUN_ID;

if (!runId) {
Expand Down

0 comments on commit 7c9c934

Please sign in to comment.