You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently unit tests and integration tests for the core server are executed even if no source code is changed. For instance, even if changes are made only to the docs/ directory the tests are still being run - this leads to compute wastage.
We need to modify the GitHub workflows to run integration and unit tests only when actual code files are modified.
The text was updated successfully, but these errors were encountered:
Currently unit tests and integration tests for the core server are executed even if no source code is changed. For instance, even if changes are made only to the
docs/
directory the tests are still being run - this leads to compute wastage.We need to modify the GitHub workflows to run integration and unit tests only when actual code files are modified.
The text was updated successfully, but these errors were encountered: