game-ci / unity-orb

Build and test Unity projects for several platforms using CircleCI.
https://circleci.com/developer/orbs/orb/game-ci/unity
MIT License
8 stars 11 forks source link

feat: add a `custom-parameters` parameter in the `test` job and command. #57

Closed EricRibeiro closed 1 year ago

EricRibeiro commented 1 year ago

Changes

Add a new custom-parameters parameter to the test job and command. This will increase flexibility around the flags and data that can be passed to the Unity CLI as an argument, closing #56.

Checklist