Skip to content

Commit cdeaf85

Browse files
authored
fix: Update Volume configurations integ test to use the correct file name (#723)
* Correct the task-definition file name for integration tests * Correct the task-definition file name for integration tests
1 parent cc0b04b commit cdeaf85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Deploy Amazon ECS task definition with one-off task and VolumeConfiguration
7878
uses: aws-actions/amazon-ecs-deploy-task-definition@0bad458c6aa901707e510cd05b797b05da075633
7979
with:
80-
task-definition: task-definition-volume-configuration.json
80+
task-definition: task-definition-run-task-volume-configuration.json
8181
cluster: github-actions-deploy-task-def-integ-test
8282
run-task: true
8383
enable-ecs-managed-tags: true

test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Deploy Amazon ECS task definition with one-off task and VolumeConfiguration
7878
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
7979
with:
80-
task-definition: task-definition-volume-configuration.json
80+
task-definition: task-definition-run-task-volume-configuration.json
8181
cluster: github-actions-deploy-task-def-integ-test
8282
run-task: true
8383
enable-ecs-managed-tags: true

0 commit comments

Comments
 (0)