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 355e817 commit 1df372cCopy full SHA for 1df372c
.github/workflows/_run-docker-compose.yml
@@ -106,12 +106,12 @@ jobs:
106
ref: ${{ needs.get-test-case.outputs.CHECKOUT_REF }}
107
fetch-depth: 0
108
109
- - name: Get AWS Credentials
110
- uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
111
- if: ${{ contains(matrix.test_case, 'bedrock') }}
112
- with:
113
- role-to-assume: ${{ secrets.AWS_IAM_ROLE_ARN }}
114
- aws-region: us-east-1
+ # - name: Get AWS Credentials
+ # uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
+ # if: ${{ contains(matrix.test_case, 'bedrock') }}
+ # with:
+ # role-to-assume: ${{ secrets.AWS_IAM_ROLE_ARN }}
+ # aws-region: us-east-1
115
116
- name: Run test
117
shell: bash
0 commit comments