mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +00:00
Update py-cli-e2e-tests.yml (#12338)
This commit is contained in:
parent
fa81453eab
commit
adde9a1d30
2
.github/workflows/py-cli-e2e-tests.yml
vendored
2
.github/workflows/py-cli-e2e-tests.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
python-version: 3.9
|
||||
|
||||
- name: configure aws credentials
|
||||
if: contains(['quicksight','datalake_s3'], matrix.e2e-test)
|
||||
if: contains('quicksight', matrix.e2e-test) || contains('datalake_s3', matrix.e2e-test)
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
role-to-assume: ${{ secrets.E2E_AWS_IAM_ROLE_ARN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user