Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Nov 7, 2024
1 parent 9aa22c3 commit 5559e53
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,18 @@ jobs:
env:
TOXENV: ${{ matrix.category }}
run: tox -- -vv
codebuild-tests:
name: CodeBuild CI
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2
role-duration-seconds: 3600
- name: Run CodeBuild CI
uses: aws-actions/aws-codebuild-run-build@v1
timeout-minutes: 60
with:
project-name: python-esdk

0 comments on commit 5559e53

Please sign in to comment.