From 900ba27efacd9ed9bb3a142d81e2e23546367c34 Mon Sep 17 00:00:00 2001 From: Tamir Kamara <26870601+tamirkamara@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:08:48 +0000 Subject: [PATCH] fix publish test results --- .github/workflows/deploy_tre_reusable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_tre_reusable.yml b/.github/workflows/deploy_tre_reusable.yml index e775bed80b..99b9c7e4d0 100644 --- a/.github/workflows/deploy_tre_reusable.yml +++ b/.github/workflows/deploy_tre_reusable.yml @@ -863,3 +863,4 @@ jobs: with: junit_files: "artifacts/**/*.xml" check_name: "E2E Test Results" + comment_mode: off