From b7590245fac3fe050143a219290a91e38e61fa82 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Tue, 22 Mar 2022 20:48:05 +0000 Subject: [PATCH] Cloud Runner Tests must be specified to capture logs from cloud runner for tests --- .github/workflows/cloud-runner-aws-pipeline.yml | 2 +- .github/workflows/cloud-runner-k8s-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index ec8c749f..ce7bc963 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -67,7 +67,7 @@ jobs: PROJECT_PATH: ${{ matrix.projectPath }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TARGET_PLATFORM: ${{ matrix.targetPlatform }} - CLOUD_RUNNER_TESTS: true + cloudRunnerTests: true - uses: ./ id: aws-fargate-unity-build timeout-minutes: 25 diff --git a/.github/workflows/cloud-runner-k8s-pipeline.yml b/.github/workflows/cloud-runner-k8s-pipeline.yml index 2027e6e7..58a4aca6 100644 --- a/.github/workflows/cloud-runner-k8s-pipeline.yml +++ b/.github/workflows/cloud-runner-k8s-pipeline.yml @@ -75,7 +75,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} KUBE_CONFIG: ${{ steps.read-base64.outputs.base64 }} unityVersion: ${{ matrix.unityVersion }} - CLOUD_RUNNER_TESTS: true + cloudRunnerTests: true ########################### # Cloud Runner Build Test #