Skip to content

Commit

Permalink
Add java lambda e2e test case (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash authored Jan 14, 2025
1 parent 88ead61 commit 2156bcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/application-signals-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,10 @@ jobs:
adot-image-name: ${{ inputs.adot-image-name }}
caller-workflow-name: 'main-build'
java-version: '11'

java-lambda-test:
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-lambda-test.yml@main
secrets: inherit
with:
aws-region: us-east-1
caller-workflow-name: 'main-build'

0 comments on commit 2156bcc

Please sign in to comment.