Skip to content

Commit 1df372c

Browse files
committed
Test
Signed-off-by: ZePan110 <[email protected]>
1 parent 355e817 commit 1df372c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/_run-docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ jobs:
106106
ref: ${{ needs.get-test-case.outputs.CHECKOUT_REF }}
107107
fetch-depth: 0
108108

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
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
115115

116116
- name: Run test
117117
shell: bash

0 commit comments

Comments
 (0)