actions-marketplace-validations/Unity - Test runner truncated
Run tests for any Unity project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| unityVersion | Version of unity to use for testing the project. Use "auto" to get from your ProjectSettings/ProjectVersion.txt | no | auto |
| customImage | Specific docker image that should be used for testing the project | no | "" |
| projectPath | Path to the Unity project to be tested. | no | — |
| customParameters | Extra parameters to configure the Unity editor run. | no | — |
| testMode | The type of tests to be run by the test runner. | no | all |
| artifactsPath | Path where test artifacts should be stored. | no | artifacts |
| useHostNetwork | Initialises Docker using the host network. | no | false |
| sshAgent | SSH Agent path to forward to the container. | no | "" |
| gitPrivateToken | GitHub Private Access Token (PAT) to pull from GitHub. | no | "" |
| githubToken | Token to authorize access to the GitHub REST API. If provided, a check run will be created with the test results. | no | "" |
| checkName | Name for the check run that is created when a github token is provided. | no | Test Results |
Outputs
| name | description |
|---|---|
| artifactsPath | Path where the artifacts are stored |