From 24a3d67a13b5f1504b6ba9d5d50a79ab821692a0 Mon Sep 17 00:00:00 2001 From: CodeBuild Integration Test Date: Wed, 15 Jan 2025 18:19:23 +0000 Subject: [PATCH] Test commit e86ae5f0a3f79f921373ac8971f4b5ca25f805ac --- .github/workflows/test-workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 1e6c820b..970ff8ba 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -20,7 +20,7 @@ jobs: - name: Print current build ID run: | - echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:47c68468-9724-44e6-b4cd-aaf58f73e7d3 + echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:1ab0d613-899a-4d01-abcb-bc9d11fc9c31 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 @@ -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@16f052ed696e6e5bf88c208a8e5ba1af7ced3310 + uses: aws-actions/amazon-ecs-deploy-task-definition@e86ae5f0a3f79f921373ac8971f4b5ca25f805ac with: task-definition: task-definition-run-task.json cluster: github-actions-deploy-task-def-integ-test @@ -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@16f052ed696e6e5bf88c208a8e5ba1af7ced3310 + uses: aws-actions/amazon-ecs-deploy-task-definition@e86ae5f0a3f79f921373ac8971f4b5ca25f805ac with: task-definition: task-definition-run-task.json cluster: github-actions-deploy-task-def-integ-test @@ -55,7 +55,7 @@ jobs: enable-ecs-managed-tags: true - name: Deploy Amazon ECS task definition with ECS Service - uses: aws-actions/amazon-ecs-deploy-task-definition@16f052ed696e6e5bf88c208a8e5ba1af7ced3310 + uses: aws-actions/amazon-ecs-deploy-task-definition@e86ae5f0a3f79f921373ac8971f4b5ca25f805ac with: task-definition: task-definition.json service: github-actions-deploy-task-def-integ-test