Skip to content

Commit 2f7aca7

Browse files
Update multi tenancy_Integration.yml
1 parent 6328ea2 commit 2f7aca7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/multi tenancy_Integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,5 +189,6 @@ jobs:
189189
cat "$PROPERTIES_FILE"
190190
191191
echo -e "\033[34m🧪 Running Maven tests for Multi Tenancy...\033[0m"
192-
mvn clean verify -P integration-tests -DtokenFlow=namedUser -DtenancyModel=multi -Dtenant=TENANT1 -DskipUnitTests > /dev/null || { echo -e "\033[31m❌ Maven tests failed for Named User Flow (Multi Tenancy, Tenant 1)\033[0m"; exit 1; }
192+
mvn clean verify -P integration-tests -DtokenFlow=namedUser -DtenancyModel=multi -Dtenant=TENANT1 -DskipUnitTests
193+
echo -e "\033[31m❌ Maven tests failed for Named User Flow (Multi Tenancy, Tenant 1)\033[0m"
193194
echo -e "\033[32m✔️ Integration tests completed successfully!\033[0m"

0 commit comments

Comments
 (0)