Skip to content

Commit

Permalink
Update test-workflow.yml (#647)
Browse files Browse the repository at this point in the history
Update integration test workflow to use the latest latest version of deploy github action.
  • Loading branch information
amazreech authored Oct 7, 2024
1 parent 4a06a27 commit f243de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
aws-region: us-west-2

- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to false
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: task-definition-run-task.json
cluster: github-actions-deploy-task-def-integ-test
Expand All @@ -42,7 +42,7 @@ jobs:
wait-for-task-stopped: false

- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: task-definition-run-task.json
cluster: github-actions-deploy-task-def-integ-test
Expand Down

0 comments on commit f243de0

Please sign in to comment.