Skip to content

Commit 13bf160

Browse files
authored
Enable tags for the integration tests (#624)
1 parent 3ad014f commit 13bf160

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run-task-security-groups: sg-067ebcde49c0f3ad8
5353
run-task-launch-type: FARGATE
5454
wait-for-task-stopped: true
55+
enable-ecs-managed-tags: true
5556

5657
- name: Deploy Amazon ECS task definition with ECS Service
5758
uses: aws-actions/amazon-ecs-deploy-task-definition@5ae7be6fcfec491494b3dbe937800837321d81d9
@@ -60,3 +61,4 @@ jobs:
6061
service: github-actions-deploy-task-def-integ-test
6162
cluster: github-actions-deploy-task-def-integ-test
6263
wait-for-service-stability: true
64+
enable-ecs-managed-tags: true

test-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run-task-assign-public-IP: ENABLED
4040
run-task-security-groups: sg-067ebcde49c0f3ad8
4141
run-task-launch-type: FARGATE
42-
wait-for-task-stopped: false
42+
wait-for-task-stopped: false
4343

4444
- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
4545
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
@@ -52,6 +52,7 @@ jobs:
5252
run-task-security-groups: sg-067ebcde49c0f3ad8
5353
run-task-launch-type: FARGATE
5454
wait-for-task-stopped: true
55+
enable-ecs-managed-tags: true
5556

5657
- name: Deploy Amazon ECS task definition with ECS Service
5758
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
@@ -60,3 +61,4 @@ jobs:
6061
service: github-actions-deploy-task-def-integ-test
6162
cluster: github-actions-deploy-task-def-integ-test
6263
wait-for-service-stability: true
64+
enable-ecs-managed-tags: true

0 commit comments

Comments
 (0)