async workflow test

pull/479/head
Frostebite 2022-12-06 01:02:09 +00:00
parent 71aa243630
commit 376625a8bd
2 changed files with 3 additions and 3 deletions

View File

@ -55,8 +55,8 @@ jobs:
aws-region: eu-west-2 aws-region: eu-west-2
- run: yarn - run: yarn
- run: yarn run cli --help - run: yarn run cli --help
- run: yarn run test "cloud-runner-run-async-workflow" --detectOpenHandles --forceExit --runInBand - run: yarn run test "cloud-runner-async-workflow" --detectOpenHandles --forceExit --runInBand
if: matrix.CloudRunnerCluster == 'aws' || matrix.CloudRunnerCluster == 'k8s' if: matrix.CloudRunnerCluster != 'aws' && matrix.CloudRunnerCluster != 'k8s'
timeout-minutes: 180 timeout-minutes: 180
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

View File

@ -21,7 +21,7 @@ describe('Cloud Runner Async Workflows', () => {
it('Responds', () => {}); it('Responds', () => {});
if (CloudRunnerOptions.cloudRunnerDebug && CloudRunnerOptions.cloudRunnerCluster !== `k8s`) { if (CloudRunnerOptions.cloudRunnerDebug && CloudRunnerOptions.cloudRunnerCluster !== `k8s`) {
it('All build parameters sent to cloud runner as env vars', async () => { it('Async Workflows', async () => {
// Setup parameters // Setup parameters
const buildParameter = await CreateParameters({ const buildParameter = await CreateParameters({
versioning: 'None', versioning: 'None',