action #110242
Updated by JERiveraMoya over 2 years ago
### Motivation
As a tester and user of YAML scheduler I would like to ensure during development phase that I am not pointing to some YAML file which doesn't exist.
Current CI in gitlab already check for YAML_SCHEDULE.
https://gitlab.suse.de/qsf-y/qa-sle-functional-y/-/blob/master/.gitlab-ci.yml#L23
### Acceptance criteria
**AC1**: Add check to ensure that YAML_SCHEDULE_DEFAULT and YAML_SCHEDULE_FLOWS exist.
### Suggestions
If possible avoid checking more than once flows or default files. We could try to collect them first.
### Further info
PR where new feature was introduced: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14241