Basic cloud runner test
parent
d8fa82d883
commit
5a65196386
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
node-version: 12.x
|
||||
- run: yarn
|
||||
- run: yarn lint
|
||||
- run: yarn test --runInBand
|
||||
- run: yarn test -i
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
|
|
@ -58,6 +58,7 @@ jobs:
|
|||
AWS_DEFAULT_REGION: eu-west-2
|
||||
CloudRunnerBranch: remote-builder/unified-providers
|
||||
DEBUG: true
|
||||
INCLUDE_CLOUD_RUNNER_TEST: true
|
||||
- uses: ./
|
||||
id: aws-fargate-unity-build
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue