Skip to content

Commit a7f5d28

Browse files
committed
add logging
1 parent f4551f6 commit a7f5d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/testrail_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def get_execution_link() -> str:
3434

3535
def replace_link_in_description(description, os_name) -> str:
3636
"""Add or replace a test execution link in the test run description"""
37+
logging.warning(f"Modifying plan description for %{os_name}%")
3738
if os_name not in description:
3839
# TODO: remove following conditional when links for GHA resolved
3940
if os_name == "Linux":

0 commit comments

Comments
 (0)