Cloud Runner Tests must be specified to capture logs from cloud runner for tests
parent
8977c6db50
commit
b7590245fa
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 #
|
||||
|
|
|
|||
Loading…
Reference in New Issue