Skip to content

Commit

Permalink
add ecs test to main build (#113)
Browse files Browse the repository at this point in the history
*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.
  • Loading branch information
pxaws authored Oct 31, 2024
1 parent 59d1adb commit b7bf432
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/application-signals-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7bf432

Please sign in to comment.