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 944eaaf commit 666af8dCopy full SHA for 666af8d
.github/workflows/codebuild-ci.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: aws-actions/configure-aws-credentials@v3
55
with:
56
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
57
- aws-region: us-west-2
+ aws-region: us-east-2
58
role-duration-seconds: 14400
59
- name: Run Unit Tests in Python ${{ matrix.python-version }}
60
uses: aws-actions/aws-codebuild-run-build@v1
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
- name: Run Integration Tests in Python ${{ matrix.python-version }}
79
0 commit comments