Aaron Trudeau
Aaron Trudeau
#### Changes - closes #71 - Makes the husky pre-commit hook executable - Adds a new argument to the action named `packageMode`, which is `false` by default. If `true`, then...
Hey! Just wanted to give a heads up that the links to the latest build and the project page in the README appear to be broken. ## Here's the link...
**Context** For Unity **project** testing, an `auto` strategy is available, which will automatically pick up the Unity Editor version for the project being tested from that project's settings. However, for...
**Context** Package testing is done by the following series of steps: 1. creating a Unity Project 2. Adding the Unity Package being tested to that project 3. Running tests on...
**Context** Currently, package testing is only supported for Linux runners. It's possible someone in the future might want to run these tests on Windows runners, so support for that might...
**Bug description** When testing a package, if the package is the root directory of the repository, the test runner hangs at least as long as the default timeout for GitHub...
**Bug description** If you run the test runner multiple times on the same commit, the Check Run with the test results seems to only populate under the first workflow run...