Skip to content

Commit

Permalink
Do not set YDB_SERVICE_ACCOUNT_KEY_FILE_CREDENTIALS variable, because…
Browse files Browse the repository at this point in the history
… it interfere with tests (#4542)
  • Loading branch information
maximyurchuk authored May 15, 2024
1 parent 6b9a67a commit 58b04a5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ runs:
cat << EOF > $YDB_SERVICE_ACCOUNT_KEY_FILE_CREDENTIALS
${{ inputs.ci_ydb_service_account_key_file_credentials}}
EOF
echo "YDB_SERVICE_ACCOUNT_KEY_FILE_CREDENTIALS=$YDB_SERVICE_ACCOUNT_KEY_FILE_CREDENTIALS" >> $GITHUB_ENV
# This env var interfere with tests, temporary disabled
# echo "YDB_SERVICE_ACCOUNT_KEY_FILE_CREDENTIALS=$YDB_SERVICE_ACCOUNT_KEY_FILE_CREDENTIALS" >> $GITHUB_ENV

0 comments on commit 58b04a5

Please sign in to comment.