Skip to content

Commit e54568a

Browse files
committed
Log job name
1 parent a54e0e7 commit e54568a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-common.yml

+1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ jobs:
336336
});
337337
const matrix = JSON.parse(process.env.matrix);
338338
const job_name = `common / test${ matrix['test-partition'] } (${ matrix['test-java-version'] }, ${ matrix.vm }, indy ${ matrix['test-indy'] })`;
339+
console.log(job_name);
339340
return workflow_run.jobs.find((job) => job.name === job_name).html_url;
340341
341342
- name: Flaky test report

0 commit comments

Comments
 (0)