Tests broken, again
mikegerber opened this issue · 4 comments
https://github.com/qurator-spk/dinglehopper/actions/runs/7285741554/job/19868158221?pr=101
May be because it was a PR.
Tests ran fine after merging, so this was something related to that it was a PR.
@mikegerber , Failing tests in PRs is seemingly due to the fact that workflows triggered by pull_request
event are not granted access to do certain things, e.g. to create checks as does the test-reporter
here:
dinglehopper/.github/workflows/test.yml
Lines 70 to 76 in d3fb3f9
We could add a separate workflow file triggered by workflow_run
which could be granted access to create checks and move the above step there. Please see this and this. I would make the PR if you will.
@sadra-barikbin Yes, exactly! I will take my time to review this though, dangerous territory ;)
Should be fixed with @sadra-barikbin's PR #103, merged in 788868b!