We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d0451 commit ce98153Copy full SHA for ce98153
.github/workflows/codebuild-ci-integration-tests.yml
@@ -26,4 +26,20 @@ jobs:
26
with:
27
project-name: aws-sdk-java-v2-IntegrationTest-JDK8
28
hide-cloudwatch-logs: true
29
+ integration-tests-apache5:
30
+ if: github.repository == 'aws/aws-sdk-java-v2'
31
+ runs-on: ubuntu-latest
32
+ steps:
33
+ - name: Configure AWS Credentials
34
+ uses: aws-actions/configure-aws-credentials@v4
35
+ with:
36
+ role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
37
+ aws-region: us-west-2
38
+ role-duration-seconds: 7200
39
+ - name: Run Integration Test build with Apache5
40
+ uses: aws-actions/aws-codebuild-run-build@v1
41
+ timeout-minutes: 180
42
43
+ project-name: aws-sdk-java-v2-IntegrationTest-JDK8-Apache5
44
+ hide-cloudwatch-logs: true
45
0 commit comments