Use comma-separated list
This commit is contained in:
parent
60465730fb
commit
2c235f1a60
7 changed files with 5 additions and 7 deletions
|
|
@ -67,7 +67,7 @@ test("createStatusReportBase", async (t) => {
|
|||
t.is(statusReport.exception, "exception stack trace");
|
||||
t.is(statusReport.job_name, process.env["GITHUB_JOB"] || "");
|
||||
t.is(typeof statusReport.job_run_uuid, "string");
|
||||
t.is(statusReport.languages, "java swift");
|
||||
t.is(statusReport.languages, "java,swift");
|
||||
t.is(statusReport.ref, process.env["GITHUB_REF"]!);
|
||||
t.is(statusReport.runner_available_disk_space_bytes, 100);
|
||||
t.is(statusReport.runner_image_version, process.env["ImageVersion"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue