Skip to content

Commit e23f75d

Browse files
committed
Add Integ tests to CodeBuild CI
1 parent cea37da commit e23f75d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,22 @@ jobs:
2929
timeout-minutes: 120
3030
with:
3131
project-name: aws-sdk-java-v2
32+
integration-tests:
33+
if: github.repository == 'aws/aws-sdk-java-v2'
34+
runs-on: ubuntu-latest
35+
steps:
36+
- name: Configure AWS Credentials
37+
uses: aws-actions/configure-aws-credentials@v4
38+
with:
39+
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
40+
aws-region: us-west-2
41+
role-duration-seconds: 7200
42+
- name: Run Integration Test build
43+
uses: aws-actions/aws-codebuild-run-build@v1
44+
timeout-minutes: 180
45+
with:
46+
project-name: aws-sdk-java-v2-IntegrationTest-JDK8
47+
3248
jdk11-build:
3349
if: github.repository == 'aws/aws-sdk-java-v2'
3450
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)