Skip to content

Commit

Permalink
Update test-reporter.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 2, 2024
1 parent a604214 commit ab95cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/test-reporter.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"version": json.CFMLEngineVersion ?: "",
"branch": json.runMetaData.workflow_run.head_branch,
"commit": json.runMetaData.workflow_run.head_sha,
"commitUrl": commit_base_hef & json.runMetaData.workflow_run.head_sha;
"commitUrl": commit_base_hef & json.runMetaData.workflow_run.head_sha,
"commitDate": ParseDatetime(json.runMetaData.created_at),
"totalDuration": json.totalDuration,
"stats": queryToStruct(q, "suiteSpec")
Expand Down

0 comments on commit ab95cd7

Please sign in to comment.