From 73a0ad75fdb21be7081eb628fc2d8da728355629 Mon Sep 17 00:00:00 2001 From: Kristof Mattei <864376+Kristof-Mattei@users.noreply.github.com> Date: Wed, 6 Jul 2022 17:01:06 -0700 Subject: [PATCH] chore: updated file property to junit_files as per https://github.com/EnricoMi/publish-unit-test-result-action/pull/285 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fde6bc7..95b92f6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -276,7 +276,7 @@ jobs: with: check_name: Test results github_token: ${{ secrets.GITHUB_TOKEN }} - files: reports/results.xml + junit_files: reports/results.xml - name: Run grcov shell: bash