Cleanup pipelines

pull/310/head
Frostebite 2021-12-30 03:07:40 +00:00
parent 60301c78f1
commit f07b46eb7d
2 changed files with 4 additions and 6 deletions

View File

@ -49,7 +49,8 @@ jobs:
with:
node-version: 12.x
- run: yarn
- run: yarn test -i
- run: yarn run cli --help
- run: yarn test -i-aws
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
@ -57,8 +58,6 @@ jobs:
AWS_DEFAULT_REGION: eu-west-2
DEBUG: true
CLOUD_RUNNER_BRANCH: remote-builder/unified-providers
CLOUD_RUNNER_TESTS: true
CLOUD_RUNNER_CLUSTER: aws
PROJECT_PATH: ${{ matrix.projectPath }}
UNITY_VERSION: ${{ matrix.unityVersion }}
TARGET_PLATFORM: ${{ matrix.targetPlatform }}

View File

@ -51,13 +51,12 @@ jobs:
with:
node-version: 12.x
- run: yarn
- run: yarn run cli --help
- name: Cloud Runner Test Suite
run: yarn test -i
run: yarn test -i-k8s
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
DEBUG: true
CLOUD_RUNNER_TESTS: true
CLOUD_RUNNER_CLUSTER: k8s
PROJECT_PATH: ${{ matrix.projectPath }}
UNITY_VERSION: ${{ matrix.unityVersion }}
TARGET_PLATFORM: ${{ matrix.targetPlatform }}