Integration test
parent
68733a1351
commit
ea3a743f7d
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn test -- src/model/cloud-runner/cloud-runner.test.ts
|
- run: yarn test src/model/cloud-runner/cloud-runner.int.test.ts
|
||||||
id: aws-fargate-unity-integration-tests
|
id: aws-fargate-unity-integration-tests
|
||||||
env:
|
env:
|
||||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue