async pipeline

pull/479/head
Frostebite 2023-01-18 20:43:37 +00:00
parent 31f273d662
commit c4ecfb5cb3
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ describe('Cloud Runner Async Workflows', () => {
projectPath: 'test-project', projectPath: 'test-project',
unityVersion: UnityVersioning.read('test-project'), unityVersion: UnityVersioning.read('test-project'),
asyncCloudRunner: `true`, asyncCloudRunner: `true`,
githubChecks: `true`,
}); });
const baseImage = new ImageTag(buildParameter); const baseImage = new ImageTag(buildParameter);