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 e69b480 commit 7cd1223Copy full SHA for 7cd1223
1 file changed
.github/workflows/multi tenancy_Integration.yml
@@ -187,9 +187,9 @@ jobs:
187
noSDMRoleUserPassword=$noSDMRoleUserPassword
188
EOL
189
190
- # Display properties file without sensitive information
191
- echo -e "\033[34m📜 Properties File (Masked):\033[0m"
192
- cat "$PROPERTIES_FILE" | sed -e 's/=\w\+/=****/g' -e 's/=/=/'
+ # # Display properties file without sensitive information
+ # echo -e "\033[34m📜 Properties File (Masked):\033[0m"
+ # cat "$PROPERTIES_FILE" | sed -e 's/=\w\+/=****/g' -e 's/=/=/'
193
194
# Run Maven integration tests
195
echo -e "\033[34m🧪 Running Maven tests for Multi Tenancy...\033[0m"
0 commit comments