We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ead61 commit 2156bccCopy full SHA for 2156bcc
.github/workflows/application-signals-e2e-test.yml
@@ -219,3 +219,10 @@ jobs:
219
adot-image-name: ${{ inputs.adot-image-name }}
220
caller-workflow-name: 'main-build'
221
java-version: '11'
222
+
223
+ java-lambda-test:
224
+ uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-lambda-test.yml@main
225
+ secrets: inherit
226
+ with:
227
+ aws-region: us-east-1
228
+ caller-workflow-name: 'main-build'
0 commit comments