game-ci / unity-test-runner

Run tests for any Unity project
https://github.com/marketplace/actions/unity-test-runner
MIT License
206 stars 135 forks source link

Set fullProjectPath variable in entrypoint.sh #256

Closed falko17 closed 8 months ago

falko17 commented 8 months ago

Changes

This fixes the bug described in #255, i.e., it correctly sets the fullProjectPath variable in entrypoint.sh (the same way as it's done in https://github.com/game-ci/unity-builder). This also adds a test that runs edit mode tests[^1] as the host user, which should hopefully catch issues like these.

[^1]: I have only done this for edit tests, as the type of test (or the platform) should not be affected by the choice to run this as the host user, and I did not want to double the number of tests.

Related Issues

Successful Workflow Run Link

Checklist

github-actions[bot] commented 8 months ago

Cat Gif