Skip to content

Commit ae94172

Browse files
author
Jeel Mehta
committed
Adding ubuntu test
1 parent 3893a5e commit ae94172

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,19 @@ jobs:
205205
java-version: '11'
206206
cpu-architecture: 'arm64'
207207

208+
#
209+
# UBUNTU COVERAGE
210+
# DEFAULT SETTING: Java 11, EC2, AMD64, Ubuntu
211+
#
212+
213+
v11-amd64-ubuntu:
214+
needs: [ upload-main-build ]
215+
uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-ec2-ubuntu-test.yml@main
216+
secrets: inherit
217+
with:
218+
aws-region: us-east-1
219+
caller-workflow-name: 'main-build'
220+
208221
#
209222
# Other Functional Test Case
210223
#

0 commit comments

Comments
 (0)