At this time, tests can be skipped for all repos:
...skip_test: false
It is desired to be able to add a named task and be able to disable testing for individual repos, for example:
buildProjectsNoTest:
skip: false
skip_test: true
project:
api-project-x
The change must be transparent for existing users of the develop-build task
At this time, tests can be skipped for all repos: ...skip_test: false
It is desired to be able to add a named task and be able to disable testing for individual repos, for example: buildProjectsNoTest: skip: false skip_test: true project:
The change must be transparent for existing users of the develop-build task