We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d4f26 commit 4512896Copy full SHA for 4512896
.github/workflows/build-common.yml
@@ -312,7 +312,7 @@ jobs:
312
run_id: context.runId
313
});
314
const matrix = JSON.parse(process.env.matrix);
315
- const job_name = `common / test${ matrix.test-partition } (${ matrix.test-java-version }, ${ matrix.vm })`;
+ const job_name = `common / test${ matrix['test-partition'] } (${ matrix['test-java-version'] }, ${ matrix.vm })`;
316
return workflow_run.jobs.find((job) => job.name === job_name).html_url;
317
318
- name: Flaky test report
0 commit comments