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 cea37da commit e23f75dCopy full SHA for e23f75d
.github/workflows/codebuild-ci.yml
@@ -29,6 +29,22 @@ jobs:
29
timeout-minutes: 120
30
with:
31
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
46
+ project-name: aws-sdk-java-v2-IntegrationTest-JDK8
47
+
48
jdk11-build:
49
if: github.repository == 'aws/aws-sdk-java-v2'
50
runs-on: ubuntu-latest
0 commit comments