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 9aa22c3 commit 5559e53Copy full SHA for 5559e53
.github/workflows/ci_tests.yaml
@@ -83,3 +83,18 @@ jobs:
83
env:
84
TOXENV: ${{ matrix.category }}
85
run: tox -- -vv
86
+ codebuild-tests:
87
+ name: CodeBuild CI
88
+ runs-on: ubuntu-latest
89
+ steps:
90
+ - name: Configure AWS Credentials
91
+ uses: aws-actions/configure-aws-credentials@v2
92
+ with:
93
+ role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
94
+ aws-region: us-west-2
95
+ role-duration-seconds: 3600
96
+ - name: Run CodeBuild CI
97
+ uses: aws-actions/aws-codebuild-run-build@v1
98
+ timeout-minutes: 60
99
100
+ project-name: python-esdk
0 commit comments