From 68733a1351ce94be85db46b3cb759049b6aeb2cd Mon Sep 17 00:00:00 2001 From: Frostebite Date: Wed, 29 Sep 2021 23:42:24 +0100 Subject: [PATCH] Integration test --- .github/workflows/cloud-runner-aws-integration-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cloud-runner-aws-integration-tests.yml b/.github/workflows/cloud-runner-aws-integration-tests.yml index f77f8581..69a11ace 100644 --- a/.github/workflows/cloud-runner-aws-integration-tests.yml +++ b/.github/workflows/cloud-runner-aws-integration-tests.yml @@ -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: