Basic cloud runner test

pull/310/head
Frostebite 2021-12-20 00:27:28 +00:00
parent d8fa82d883
commit 5a65196386
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
node-version: 12.x node-version: 12.x
- run: yarn - run: yarn
- run: yarn lint - run: yarn lint
- run: yarn test --runInBand - run: yarn test -i
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
@ -58,6 +58,7 @@ jobs:
AWS_DEFAULT_REGION: eu-west-2 AWS_DEFAULT_REGION: eu-west-2
CloudRunnerBranch: remote-builder/unified-providers CloudRunnerBranch: remote-builder/unified-providers
DEBUG: true DEBUG: true
INCLUDE_CLOUD_RUNNER_TEST: true
- uses: ./ - uses: ./
id: aws-fargate-unity-build id: aws-fargate-unity-build
env: env: