Skip to content

Commit b7bf432

Browse files
authored
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.
1 parent 59d1adb commit b7bf432

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/application-signals-e2e-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ jobs:
9393
adot-image-name: ${{ inputs.adot-image-name }}
9494
caller-workflow-name: 'main-build'
9595

96+
ecs:
97+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-ecs-test.yml@main
98+
secrets: inherit
99+
with:
100+
aws-region: us-east-1
101+
adot-image-name: ${{ inputs.adot-image-name }}
102+
caller-workflow-name: 'main-build'
103+
96104
k8s:
97105
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-k8s-test.yml@main
98106
secrets: inherit

0 commit comments

Comments
 (0)