pull/310/head
Frostebite 2021-12-30 04:26:32 +00:00
parent 8e5eba15d3
commit ba0163dafa
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ jobs:
node-version: 12.x
- run: yarn
- run: yarn run cli --help
- run: yarn test -i-aws
- run: yarn run test-i-aws
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

View File

@ -53,7 +53,7 @@ jobs:
- run: yarn
- run: yarn run cli --help
- name: Cloud Runner Test Suite
run: yarn test -i-k8s
run: yarn run test-i-k8s
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
DEBUG: true