Remove additional early caching test step in ci pipeline

pull/461/head
Frostebite 2022-09-17 08:31:21 +01:00
parent eb6fff1256
commit b10f1fe828
1 changed files with 2 additions and 5 deletions

View File

@ -24,6 +24,8 @@ env:
CLOUD_RUNNER_TESTS: true CLOUD_RUNNER_TESTS: true
DEBUG: true DEBUG: true
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
PROJECT_PATH: test-project
UNITY_VERSION: 2019.3.15f1
jobs: jobs:
ciPipeline: ciPipeline:
@ -33,11 +35,6 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
projectPath:
- test-project
unityVersion:
# - 2019.2.11f1
- 2019.3.15f1
cloudRunnerCluster: cloudRunnerCluster:
- aws - aws
- local-docker - local-docker