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

pull/353/head
Frostebite 2022-03-22 20:13:08 +00:00
parent 9b623cdeaa
commit 8977c6db50
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ jobs:
PROJECT_PATH: ${{ matrix.projectPath }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_PLATFORM: ${{ matrix.targetPlatform }}
CLOUD_RUNNER_TESTS: true
- uses: ./
id: aws-fargate-unity-build
timeout-minutes: 25

View File

@ -75,6 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KUBE_CONFIG: ${{ steps.read-base64.outputs.base64 }}
unityVersion: ${{ matrix.unityVersion }}
CLOUD_RUNNER_TESTS: true
###########################
# Cloud Runner Build Test #