Content
View differences
Updated by Sajan Gurung about 1 year ago
Currently, we run js lint and vue unit tests job in all the jobs created by the matrix. Jobs are created based on NC version and PHP version, and js lint and vue unit are affected by those two. Therefore, we can run jslint and vue unit tests once and let phpunit run with different NC and PHP versions.
Similarly, we should also merge phpunit and API tests jobs. This will reduce the number of jobs running per trigger.
Open Tasks:
* [ ] Separate js-lint and vue unit tests into a separate single singel job (Do not run them in all jobs)
* [ ] Merge phpunit and API jobs
Similarly, we should also merge phpunit and API tests jobs. This will reduce the number of jobs running per trigger.
Open Tasks:
* [ ] Separate js-lint and vue unit tests into a separate single
* [ ] Merge phpunit and API jobs