Merge pull request #5934 from yafanasiev/fix-github-plugin

fix: add missing token on job list call to Github API
This commit is contained in:
Fredrik Adelöw
2021-06-07 15:22:09 +02:00
committed by GitHub
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>;