Skip to content

Commit

Permalink
Adding ubuntu test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeel Mehta committed Jan 27, 2025
1 parent 3893a5e commit ae94172
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/application-signals-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,19 @@ jobs:
java-version: '11'
cpu-architecture: 'arm64'

#
# UBUNTU COVERAGE
# DEFAULT SETTING: Java 11, EC2, AMD64, Ubuntu
#

v11-amd64-ubuntu:
needs: [ upload-main-build ]
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-ec2-ubuntu-test.yml@main
secrets: inherit
with:
aws-region: us-east-1
caller-workflow-name: 'main-build'

#
# Other Functional Test Case
#
Expand Down

0 comments on commit ae94172

Please sign in to comment.