Skip to content

Commit abbdd4d

Browse files
CLDSRV-673: use absolute path for config
1 parent 941710c commit abbdd4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,8 @@ jobs:
536536
# Functional tests needs access to the running config to use the same
537537
# KMS kmip cluster config
538538
# yarn run does a cd into the test folder
539-
S3_CONFIG_FILE: config.json
539+
# absolute path to override default root config
540+
S3_CONFIG_FILE: ${{ github.workspace }}/tests/functional/sse-kms-migration/config.json
540541
S3KMS: kmip
541542
S3_END_TO_END: true # to use the default credentials profile and not vault profile
542543
run: |-

0 commit comments

Comments
 (0)