From 65f49276913f56e324c15dbf14bc8338914f8e1e Mon Sep 17 00:00:00 2001 From: Frostebite Date: Wed, 14 Dec 2022 20:47:31 +0000 Subject: [PATCH] cleanup local pipeline, log aws formation --- .github/workflows/cloud-runner-pipeline.yml | 40 ++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index 75d1b6b4..4a3e9070 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -110,26 +110,26 @@ jobs: #- WebGL # WebGL. #- iOS # Build an iOS player. #- Android # Build an Android .apk. - steps: - - name: Checkout (default) - uses: actions/checkout@v2 - with: - lfs: true - - run: yarn - - uses: ./ - id: unity-build - timeout-minutes: 90 - env: - UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} - with: - cloudRunnerTests: true - versioning: None - projectPath: test-project - gitPrivateToken: ${{ secrets.GITHUB_TOKEN }} - targetPlatform: ${{ matrix.targetPlatform }} - cloudRunnerCluster: ${{ matrix.cloudRunnerCluster }} - githubChecks: true - asyncCloudRunner: true + steps: + - name: Checkout (default) + uses: actions/checkout@v2 + with: + lfs: true + - run: yarn + - uses: ./ + id: unity-build + timeout-minutes: 90 + env: + UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} + with: + cloudRunnerTests: true + versioning: None + projectPath: test-project + gitPrivateToken: ${{ secrets.GITHUB_TOKEN }} + targetPlatform: ${{ matrix.targetPlatform }} + cloudRunnerCluster: ${{ matrix.cloudRunnerCluster }} + githubChecks: true + asyncCloudRunner: true localBuildTests: name: Local Build Target Tests runs-on: ubuntu-latest