Skip to content

FIXED additional test for an action not yet existing is ok if it is current target

It is ok to create an additional action test for an action that does not already exist (i.e., shared lib cannot be found), if and only if the action is a target of the currently build multi-CEP. In this case it is the shared lib will be created during build and be available at test time.

This should fix the problem (and bring back the dashboard to all green!).

Merge request reports