Skip to content

Commit 232d7ae

Browse files
authored
chore: Update integ test workflows to reference v2 release tag (#606)
1 parent f96b003 commit 232d7ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

run_integ_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex
44

55
# Update the integ test action workflow file with the commit ID to test
6-
sed -i "s|aws-actions/amazon-ecs-deploy-task-definition@v1|aws-actions/amazon-ecs-deploy-task-definition@$GIT_COMMIT_ID|g" test-workflow.yml
6+
sed -i "s|aws-actions/amazon-ecs-deploy-task-definition@v2|aws-actions/amazon-ecs-deploy-task-definition@$GIT_COMMIT_ID|g" test-workflow.yml
77
sed -i "s|BUILD_ID|$CODEBUILD_BUILD_ID|g" test-workflow.yml
88

99
mkdir -p .github/workflows

test-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
wait-for-task-stopped: true
5555

5656
- name: Deploy Amazon ECS task definition with ECS Service
57-
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
57+
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
5858
with:
5959
task-definition: task-definition.json
6060
service: github-actions-deploy-task-def-integ-test
6161
cluster: github-actions-deploy-task-def-integ-test
62-
wait-for-service-stability: true
62+
wait-for-service-stability: true

0 commit comments

Comments
 (0)