Trying to have some CI checks for my watch app

As most normal software apps nowadays, I would like to have my GitHub PRs to run unit tests before merging them

Is there any easy way for it? everything in garmin SDK seems to be very tied to VS Code and not easy to use as CLI

e.g., for exporting an app I was able to see the commands that VS Code runs: https://github.com/pedrorijo91/garmin-padel/blob/master/releases/scripts/export.sh.

but for unit tests I was not able to find it. Besides the command for running unit tests, we would need to have some docker image in CI, or any other way to download SDK to github actions

GitHub repo if useful: github.com/.../garmin-padel