mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Fix rerun flaky tests
This commit is contained in:
@@ -8,7 +8,7 @@ const CONSIDERED_JOBS = [
|
||||
|
||||
async function getFailedJobsForRun(github, context, workflowRunId, runAttempt) {
|
||||
const jobs = await github.paginate(
|
||||
github.actions.listJobsForWorkflowRunAttempt,
|
||||
github.rest.actions.listJobsForWorkflowRunAttempt,
|
||||
{
|
||||
owner: context.repo.owner,
|
||||
repo: context.repo.repo,
|
||||
|
||||
Reference in New Issue
Block a user