We need to test if feature installation break due to changes in the upstream.
Create a github actions workflow that runs once a week to test all features (installation and runtime tests).
If the workflow fails, it should automatically retry the failed steps up to 3 times. This is because we might run into rate limits or network issues during installation. Make sure ONLY the failed features are retried, not the entire workflow.
If the workflow fails even after retry, an issue should be created with log output (per feature)
We need to test if feature installation break due to changes in the upstream.
Create a github actions workflow that runs once a week to test all features (installation and runtime tests).
If the workflow fails, it should automatically retry the failed steps up to 3 times. This is because we might run into rate limits or network issues during installation. Make sure ONLY the failed features are retried, not the entire workflow.
If the workflow fails even after retry, an issue should be created with log output (per feature)