diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index f7fd261da..cc9f593e6 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -32,6 +32,7 @@ jobs: cluster: github-actions-deploy-task-def-integ-test run-task: true run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64 + run-task-assign-public-IP: ENABLED run-task-security-groups: sg-067ebcde49c0f3ad8 run-task-launch-type: FARGATE wait-for-task-stopped: false @@ -43,6 +44,7 @@ jobs: cluster: github-actions-deploy-task-def-integ-test run-task: true run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64 + run-task-assign-public-IP: ENABLED run-task-security-groups: sg-067ebcde49c0f3ad8 run-task-launch-type: FARGATE wait-for-task-stopped: true diff --git a/test-workflow.yml b/test-workflow.yml index 8f42d01db..b3da53a6f 100644 --- a/test-workflow.yml +++ b/test-workflow.yml @@ -32,6 +32,7 @@ jobs: cluster: github-actions-deploy-task-def-integ-test run-task: true run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64 + run-task-assign-public-IP: ENABLED run-task-security-groups: sg-067ebcde49c0f3ad8 run-task-launch-type: FARGATE wait-for-task-stopped: false @@ -43,6 +44,7 @@ jobs: cluster: github-actions-deploy-task-def-integ-test run-task: true run-task-subnets: subnet-e5604fce, subnet-fe9355b4, subnet-c49431bc, subnet-392f9b64 + run-task-assign-public-IP: ENABLED run-task-security-groups: sg-067ebcde49c0f3ad8 run-task-launch-type: FARGATE wait-for-task-stopped: true