fix: add missing token on job list call to Github API

Signed-off-by: yafanasiev <y.afanasiev@easygenerator.com>
This commit is contained in:
yafanasiev
2021-06-06 14:10:40 +03:00
parent ae0e8ceecf
commit 9bdd2cca89
9 changed files with 79 additions and 18 deletions
@@ -44,6 +44,7 @@ describe('EntityPage Test', () => {
getWorkflow: jest.fn(),
getWorkflowRun: jest.fn(),
reRunWorkflow: jest.fn(),
listJobsForWorkflowRun: jest.fn(),
downloadJobLogsForWorkflowRun: jest.fn(),
} as jest.Mocked<typeof githubActionsApiRef.T>;