Integration test
parent
8b6e3c6b0b
commit
68733a1351
|
|
@ -45,6 +45,10 @@ jobs:
|
|||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: eu-west-2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12.x
|
||||
- run: yarn install
|
||||
- run: yarn test -- src/model/cloud-runner/cloud-runner.test.ts
|
||||
id: aws-fargate-unity-integration-tests
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue