Skip to content

Commit 74f7105

Browse files
Add adaptive sampling e2e test to build (#1211)
1 parent aabd5b2 commit 74f7105

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ jobs:
9999
secrets: inherit
100100
with:
101101
caller-workflow-name: 'main-build'
102+
103+
java-ec2-adaptive-sampling-test:
104+
needs: [ upload-main-build ]
105+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-ec2-adaptive-sampling-test.yml@main
106+
secrets: inherit
107+
with:
108+
caller-workflow-name: 'main-build'
102109
#
103110
# DOCKER DISTRIBUTION LANGUAGE VERSION COVERAGE
104111
# DEFAULT SETTING: {Java Version}, EKS, AMD64, AL2

0 commit comments

Comments
 (0)