Open
Description
During the execution of build_and_run.sh, the implementation is pulled from GitHub without verifying the success of GitHub Actions. This introduces the risk of testing an unstable version instead of the latest stable release. To mitigate this, we could fetch all tags, identify the latest release (not just the most recent commit), and check it out before proceeding with the build. This ensures that only stable, officially released versions are tested.
Metadata
Metadata
Assignees
Labels
No labels