From f42299121c1899406f8db9bae1c818340a2760af Mon Sep 17 00:00:00 2001 From: Frostebite Date: Mon, 20 Dec 2021 19:24:18 +0000 Subject: [PATCH] AWS integration test pipeline --- .github/workflows/cloud-runner-aws-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-runner-aws-integration-tests.yml b/.github/workflows/cloud-runner-aws-integration-tests.yml index e594b82d..2edc80e9 100644 --- a/.github/workflows/cloud-runner-aws-integration-tests.yml +++ b/.github/workflows/cloud-runner-aws-integration-tests.yml @@ -63,4 +63,4 @@ jobs: unityVersion: ${{ matrix.unityVersion }} targetPlatform: ${{ matrix.targetPlatform }} githubToken: ${{ secrets.GITHUB_TOKEN }} - awsBaseStackName: game-ci-stack + awsBaseStackName: game-ci-stack-integration-tests