mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
Feature/create check (#97)
This commit is contained in:
12
action.yml
12
action.yml
@@ -28,6 +28,18 @@ inputs:
|
||||
customParameters:
|
||||
required: false
|
||||
description: 'Extra parameters to configure the Unity editor run.'
|
||||
createCheck:
|
||||
required: false
|
||||
default: 'false'
|
||||
description: 'Creates a check with the Test Results'
|
||||
checkName:
|
||||
required: false
|
||||
default: 'Test Results'
|
||||
description: 'Name for the check created when createCheck is true.'
|
||||
githubToken:
|
||||
required: false
|
||||
default: ''
|
||||
description: 'Token to authorize access to the GitHub REST API. Required if and only if createCheck is true.'
|
||||
outputs:
|
||||
artifactsPath:
|
||||
description: 'Path where the artifacts are stored'
|
||||
|
||||
Reference in New Issue
Block a user