Skip to content

Commit 43069b1

Browse files
Add SigV4 release test to main build (#170)
Follow up to: [aws-observability/aws-application-signals-test-framework #379](aws-observability/aws-application-signals-test-framework#379) 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 225ce69 commit 43069b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

+10
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,13 @@ jobs:
115115
with:
116116
aws-region: us-east-1
117117
caller-workflow-name: 'main-build'
118+
119+
120+
adot-sigv4:
121+
needs: [ upload-main-build ]
122+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/node-ec2-adot-sigv4-test.yml@main
123+
secrets: inherit
124+
with:
125+
node-version: 22
126+
staging-instrumentation-name: ${{ inputs.staging-instrumentation-name }}
127+
caller-workflow-name: 'main-build'

0 commit comments

Comments
 (0)