See manifest.json at https://github.com/3d-group/unity-package-template/blob/main/Samples/ExampleUnityProject/Packages/manifest.json
Currently tests work so that the package is imported via git url. This means main branch.
Perhaps there is syntax to allow cloning from different branch eg. https://git-repository.git@branch ?
It is possible to get current branch name inside github actions with github ref parameter.
See eg. https://stackoverflow.com/questions/58033366/how-to-get-current-branch-within-github-actions
Or perhaps develop way to do this to the test runner action: game-ci/unity-test-runner#71
See manifest.json at https://github.com/3d-group/unity-package-template/blob/main/Samples/ExampleUnityProject/Packages/manifest.json
Currently tests work so that the package is imported via git url. This means main branch.
Perhaps there is syntax to allow cloning from different branch eg.
https://git-repository.git@branch?It is possible to get current branch name inside github actions with github ref parameter.
See eg. https://stackoverflow.com/questions/58033366/how-to-get-current-branch-within-github-actions
Or perhaps develop way to do this to the test runner action: game-ci/unity-test-runner#71