cleanup pipelines, integration tests only

pull/310/head
Frostebite 2021-12-21 22:44:02 +00:00
parent c5d16f0da5
commit cc3907dd80
1 changed files with 12 additions and 3 deletions

View File

@ -44,7 +44,15 @@ jobs:
- name: Get GKE cluster credentials
run: gcloud container clusters get-credentials $GKE_CLUSTER --zone $GKE_ZONE --project $GKE_PROJECT
- run: yarn test -i
###########################
# Cloud Runner Test Suite #
###########################
- uses: actions/setup-node@v2
with:
node-version: 12.x
- run: yarn
- name: Cloud Runner Test Suite
run: yarn test -i
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
@ -61,9 +69,10 @@ jobs:
kubeConfig: ${{ steps.read-base64.outputs.base64 }}
###########################
# Build #
# Cloud Runner Build Test #
###########################
- uses: ./
- name: Cloud Runner Build Test
uses: ./
id: k8s-unity-build
env:
DEBUG: true