Post #3006829
2026-04-20 11:40 UTC
I am trying to make some tests mandatory in #github #actions before merge is allowed.
In #gitlab, it would be "does pipeline succeed or not". In github, I must specify which job that must succeed.
This is an issue, since the repo includes multiple deployments and hence different test jobs.
Seems that the solution is to make a master pipeline that combines all options, and then have a check job that evaluates if the combination of changed files and job successes means that everything went well.
Replies (0)
No replies.