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 941710c commit abbdd4dCopy full SHA for abbdd4d
.github/workflows/tests.yaml
@@ -536,7 +536,8 @@ jobs:
536
# Functional tests needs access to the running config to use the same
537
# KMS kmip cluster config
538
# yarn run does a cd into the test folder
539
- S3_CONFIG_FILE: config.json
+ # absolute path to override default root config
540
+ S3_CONFIG_FILE: ${{ github.workspace }}/tests/functional/sse-kms-migration/config.json
541
S3KMS: kmip
542
S3_END_TO_END: true # to use the default credentials profile and not vault profile
543
run: |-
0 commit comments