mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
Save the best for last
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -16,8 +16,8 @@ class Input {
|
||||
// Input variables specified in workflow using "with" prop.
|
||||
const unityVersion = getInput('unityVersion') || '2019.2.11f1';
|
||||
const testMode = getInput('testMode') || 'all';
|
||||
const rawProjectPath = getInput('testMode') || '.';
|
||||
const rawArtifactsPath = getInput('testMode') || 'artifacts';
|
||||
const rawProjectPath = getInput('projectPath') || '.';
|
||||
const rawArtifactsPath = getInput('artifactsPath') || 'artifacts';
|
||||
const customParameters = getInput('customParameters') || '';
|
||||
|
||||
// Validate input
|
||||
|
||||
Reference in New Issue
Block a user