Skip to content

Commit 8f6a4fd

Browse files
committed
Fail all
1 parent 0123ccb commit 8f6a4fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pytest_ansible_network_integration/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ def github_log(request: pytest.FixtureRequest) -> Generator[None, None, None]:
357357
if hasattr(request.node, "rep_call"):
358358
if request.node.rep_setup.passed and request.node.rep_call.failed:
359359
_github_action_log("::endgroup::")
360-
_github_action_log(f"::error title=Integration test failure::{name}")
360+
msg = f"Integration test failure: '{name}'"
361+
_github_action_log(f"::error title={msg}::{msg}")
361362

362363
_github_action_log("::endgroup::")

0 commit comments

Comments
 (0)