Actions
Feature #37250
closedHow can we improve the javascript tests
Description
so that errors like this https://projects.theforeman.org/issues/37245 do not go unnoticed for 2 months.
The problem here is probably two fold:
1. It is an integration issue: The changes that broke the tests were introduced in foreman.
2. The javascript tests only run https://github.com/theforeman/foreman_ansible/blob/master/.github/workflows/js_tests.yml when there are changes to webpack or package.json
To fix 1: it might make sense to have a nightly/weekly test runs on the default branch that runs all js and ruby tests
Actions