From ba32cc79d4a82b72f32b28894b4d5820f312f99e Mon Sep 17 00:00:00 2001 From: Stephan Linz Date: Mon, 9 Oct 2023 14:41:04 +0200 Subject: [PATCH] ci: github: fix test report annotation name Signed-off-by: Stephan Linz --- .github/workflows/qa-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa-integration.yml b/.github/workflows/qa-integration.yml index 4ce0305df8..feba6a8176 100644 --- a/.github/workflows/qa-integration.yml +++ b/.github/workflows/qa-integration.yml @@ -114,7 +114,7 @@ jobs: - name: Convert integration test reports to annotations uses: mikepenz/action-junit-report@v3 with: - check_name: twister-report (shields) + check_name: twister-report (samples) report_paths: "**/twister-out/twister.xml" require_tests: true fail_on_failure: false