mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
spelling and documentation fixes
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -294,7 +294,7 @@ jobs:
|
||||
projectPath: ${{ matrix.projectPath }}
|
||||
unityVersion: ${{ matrix.unityVersion }}
|
||||
testMode: editmode
|
||||
artifactsPath: artifacts/editmode
|
||||
artifactsPath: artifacts/packageeditmode
|
||||
packageMode: true
|
||||
|
||||
# Upload artifacts
|
||||
|
||||
@@ -5,7 +5,7 @@ inputs:
|
||||
unityVersion:
|
||||
required: false
|
||||
default: 'auto'
|
||||
description: 'Version of unity to use for testing the project. Use "auto" to get from your ProjectSettings/ProjectVersion.txt'
|
||||
description: 'Version of unity to use for testing the project. Use "auto" to get from your ProjectSettings/ProjectVersion.txt. Required if using Package Mode.'
|
||||
customImage:
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
2
dist/steps/run_tests.sh
vendored
2
dist/steps/run_tests.sh
vendored
@@ -40,7 +40,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
|
||||
echo "Creating an empty Unity project to add the package to."
|
||||
|
||||
unity-editor \
|
||||
-batchMode \
|
||||
-batchmode \
|
||||
-createProject "./TempProject" \
|
||||
-quit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user