From b7bf43221122b515fb6401fd80d1794b5c8cb232 Mon Sep 17 00:00:00 2001 From: Ping Xiang <64551395+pxaws@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:21:20 -0700 Subject: [PATCH] add ecs test to main build (#113) *Issue #, if available:* *Description of changes:* Add ecs test to main build By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- .github/workflows/application-signals-e2e-test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/application-signals-e2e-test.yml b/.github/workflows/application-signals-e2e-test.yml index 0c4a27c..f47545a 100644 --- a/.github/workflows/application-signals-e2e-test.yml +++ b/.github/workflows/application-signals-e2e-test.yml @@ -93,6 +93,14 @@ jobs: adot-image-name: ${{ inputs.adot-image-name }} caller-workflow-name: 'main-build' + ecs: + uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-ecs-test.yml@main + secrets: inherit + with: + aws-region: us-east-1 + adot-image-name: ${{ inputs.adot-image-name }} + caller-workflow-name: 'main-build' + k8s: uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-k8s-test.yml@main secrets: inherit