Integration test

pull/310/head
Frostebite 2021-09-29 23:48:40 +01:00
parent 68733a1351
commit ea3a743f7d
2 changed files with 1 additions and 1 deletions

View File

@ -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 }}