Skip to content

Commit 5559e53

Browse files
m
1 parent 9aa22c3 commit 5559e53

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,18 @@ jobs:
8383
env:
8484
TOXENV: ${{ matrix.category }}
8585
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+
with:
100+
project-name: python-esdk

0 commit comments

Comments
 (0)