import cli methods
parent
fb9530048f
commit
6c59d79191
|
|
@ -62,7 +62,6 @@ jobs:
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn run cli --help
|
- run: yarn run cli --help
|
||||||
- run: yarn run test "caching"
|
- run: yarn run test "caching"
|
||||||
- run: yarn run test "cloud-runner"
|
|
||||||
- run: yarn run test-i-aws
|
- run: yarn run test-i-aws
|
||||||
env:
|
env:
|
||||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,6 @@ jobs:
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn run cli --help
|
- run: yarn run cli --help
|
||||||
- run: yarn run test "caching"
|
- run: yarn run test "caching"
|
||||||
- run: yarn run test "cloud-runner"
|
|
||||||
- name: Cloud Runner Test Suite
|
- name: Cloud Runner Test Suite
|
||||||
run: yarn run test-i-k8s --detectOpenHandles --forceExit
|
run: yarn run test-i-k8s --detectOpenHandles --forceExit
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue