Skip to content

Commit 4512896

Browse files
committed
hope this works
1 parent a8d4f26 commit 4512896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-common.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
run_id: context.runId
313313
});
314314
const matrix = JSON.parse(process.env.matrix);
315-
const job_name = `common / test${ matrix.test-partition } (${ matrix.test-java-version }, ${ matrix.vm })`;
315+
const job_name = `common / test${ matrix['test-partition'] } (${ matrix['test-java-version'] }, ${ matrix.vm })`;
316316
return workflow_run.jobs.find((job) => job.name === job_name).html_url;
317317
318318
- name: Flaky test report

0 commit comments

Comments
 (0)