diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index a0f5f659131..226ffcb2f47 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -38,4 +38,4 @@ jobs: if: success() || failure() # always run even if the build step fails with: report_paths: '**/test-results/test/TEST-*.xml' - annotateOnly: true + annotate_only: true