Cloud Runner Tests must be specified to capture logs from cloud runner for tests

pull/353/head
Frostebite 2022-03-22 20:48:05 +00:00
parent 8977c6db50
commit b7590245fa
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 #