The remote tests, which deploy the full module, significantly increase the duration of the CI pipeline during module validation.
Proposed Solution:
Optimize the CI process by running the remote tests only on manual triggers. This can be done based on the pull request status, such as "draft" or "ready for review."
Benefits:
Faster feedback during standard CI runs.
Remote tests are only run when necessary, reducing overall pipeline time.
Problem:
The remote tests, which deploy the full module, significantly increase the duration of the CI pipeline during module validation.
Proposed Solution:
Optimize the CI process by running the remote tests only on manual triggers. This can be done based on the pull request status, such as "draft" or "ready for review."
Benefits: