Related to #6.
We would like to be able to install cluster and run functional test suite for every PR before it will be merged.
Intended workflow would be:
Once PR will be ready for merge, somebody will manually trigger test job for the respective PR
- The job will be triggered via comment
run tests in the respective PR
- ❔ It might be possible to somehow specify dependencies on PRs from other repos (probably in the PR description or the
run tests... comment).