import cli methods
parent
2518fb20b1
commit
f3377ec5e1
|
|
@ -61,6 +61,7 @@ jobs:
|
||||||
aws-region: eu-west-2
|
aws-region: eu-west-2
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn run cli --help
|
- run: yarn run cli --help
|
||||||
|
- run: yarn run test "caching"
|
||||||
- run: yarn run test-i-aws
|
- run: yarn run test-i-aws
|
||||||
env:
|
env:
|
||||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@ jobs:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn run cli --help
|
- run: yarn run cli --help
|
||||||
|
- run: yarn run test "caching"
|
||||||
- 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