mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Fix flaky tests rerun again
This commit is contained in:
@@ -16,7 +16,7 @@ async function getFailedJobsForRun(github, context, workflowRunId, runAttempt) {
|
||||
attempt_number: runAttempt
|
||||
},
|
||||
response => {
|
||||
return response.data.jobs;
|
||||
return response.data;
|
||||
});
|
||||
|
||||
return jobs
|
||||
|
||||
Reference in New Issue
Block a user