From ba6a32d65d27563b52577a1eba6549ab55d1f132 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sun, 22 Dec 2024 00:27:46 +0100 Subject: [PATCH] Allow the GHA to report the unit tests results See: https://github.com/DOMjudge/domjudge/actions/runs/12247242151/job/34164708661?pr=2879 Here the push from dependabot failed to add the check-run results. Other possible permissions: https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28#create-a-check-run --- .github/workflows/unit-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7455125a7f..1f42950905 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -18,6 +18,8 @@ jobs: run: diff newcodecov .github/jobs/uploadcodecov.sh unit-tests: + permissions: + checks: write runs-on: ubuntu-24.04 timeout-minutes: 20 container: