Fix flaky tests rerun again

This commit is contained in:
Jordan Dominion
2024-04-21 18:43:36 -04:00
parent e47ffd42ff
commit a91915f104
+1 -1
View File
@@ -16,7 +16,7 @@ async function getFailedJobsForRun(github, context, workflowRunId, runAttempt) {
attempt_number: runAttempt
},
response => {
return response.data.jobs;
return response.data;
});
return jobs