Skip to content

Commit ba6a32d

Browse files
committed
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
1 parent 1ec165b commit ba6a32d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: diff newcodecov .github/jobs/uploadcodecov.sh
1919

2020
unit-tests:
21+
permissions:
22+
checks: write
2123
runs-on: ubuntu-24.04
2224
timeout-minutes: 20
2325
container:

0 commit comments

Comments
 (0)