Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frostebite committed Feb 5, 2024
1 parent 28b4f69 commit d79587f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ describe('Cloud Runner Github Checks', () => {
await CloudRunner.setup(buildParameter);
CloudRunner.buildParameters.githubCheckId = await GitHub.createGitHubCheck(`create`);
await GitHub.updateGitHubCheck(`direct`, `update`);
await GitHub.updateGitHubCheck(`direct`, `update 2`, `success`, `completed`);
},
TIMEOUT_INFINITE,
);
Expand All @@ -49,6 +50,7 @@ describe('Cloud Runner Github Checks', () => {
await CloudRunner.setup(buildParameter);
CloudRunner.buildParameters.githubCheckId = await GitHub.createGitHubCheck(`async create`);
await GitHub.updateGitHubCheck(`async Workflow`, `async update`);
await GitHub.updateGitHubCheck(`direct`, `async update 2`, `success`, `completed`);
GitHub.forceAsyncTest = false;
},
TIMEOUT_INFINITE,
Expand Down

0 comments on commit d79587f

Please sign in to comment.