Skip to content

build_and_run.sh Pull from GitHub with no checks #9

Open
@MatyMatrix

Description

@MatyMatrix

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions