Skip to content

Commit 24dd4aa

Browse files
authored
Add SigV4 release test to main build (#1063)
Follow up to: aws-observability/aws-application-signals-test-framework#381 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 969c6c4 commit 24dd4aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ jobs:
9393
java-version: '22'
9494
cpu-architecture: 'x86_64'
9595

96+
java-ec2-adot-sigv4-test:
97+
needs: [ upload-main-build ]
98+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-ec2-adot-sigv4-test.yml@main
99+
secrets: inherit
100+
with:
101+
caller-workflow-name: 'main-build'
96102
#
97103
# DOCKER DISTRIBUTION LANGUAGE VERSION COVERAGE
98104
# DEFAULT SETTING: {Java Version}, EKS, AMD64, AL2

0 commit comments

Comments
 (0)