xfxdev/unity-ci
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| unity-version | Unity version installed on the runner (e.g. "2021.3.0f1") | yes | — |
| project-path | Path to Unity project (or package root) | no | $GITHUB_WORKSPACE |
| skip-tests | Skip running unit tests | no | false |
| batchmode | Run Unity in batchmode (true/false) | no | true |
| xvfb | Wrap Unity invocation with xvfb-run (true/false) | no | false |
| test-platform | Test platform (playmode or editmode) | no | playmode |
| test-log-file | Path to test log file | no | $RUNNER_TEMP/unity-test.log |
| test-results-file | Path to test results XML | no | $RUNNER_TEMP/test-results.xml |
| extra-test-args | Additional command-line arguments for Unity test runner | no | "" |
| build-path | Output path passed to Unity's -build. Caller supplies the full path including any platform-specific extension (e.g. .exe / .app); see Unity's Platform build path reference. | no | "" |
| build-target | Standalone target, enum name or token: StandaloneWindows64|win64, StandaloneOSX|osxuniversal, StandaloneLinux64|linux64. For other platforms use build-profile. Use this OR build-profile. | no | "" |
| build-profile | Path to a Build Profile asset for -activeBuildProfile. Use this OR build-target, not both. | no | "" |
| build-log-file | Path to write the Unity build log to. Dumped to the console only if the build fails. | no | $RUNNER_TEMP/unity-build.log |
Outputs
no outputs