Optional pre conditions for goals; can be actual goal instances or names of goal contributions
Goal instances to schedule
The following cases are supported:
goals: [ autofix, build ]
This means autofix will run after build
goals: [ [autofix, build] ]
This will schedule autofix and build concurrently
goals: [ [autofix, build], dockerBuild ]
This will schedule autofix and build concurrently and dockerBuild once autofix and build are completed
Optional push tests to determine when to schedule provided goals
If an array of push tests is provided, they will get wrapped with allSatisfied/and.
Generated using TypeDoc
Data structure to configure goal contributions