From b10f1fe82852335693fb3629290df7b57e334167 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 17 Sep 2022 08:31:21 +0100 Subject: [PATCH] Remove additional early caching test step in ci pipeline --- .github/workflows/cloud-runner-pipeline.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index fbea4a1a..71a3d249 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -24,6 +24,8 @@ env: CLOUD_RUNNER_TESTS: true DEBUG: true UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} + PROJECT_PATH: test-project + UNITY_VERSION: 2019.3.15f1 jobs: ciPipeline: @@ -33,11 +35,6 @@ jobs: strategy: fail-fast: false matrix: - projectPath: - - test-project - unityVersion: - # - 2019.2.11f1 - - 2019.3.15f1 cloudRunnerCluster: - aws - local-docker