Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ 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. ⚠️ If testing a Unity Package, this field is required and cannot be set to "auto".'
description:
'Version of unity to use for testing the project. Use "auto" to get from your ProjectSettings/ProjectVersion.txt.
⚠️ If testing a Unity Package, this field is required and cannot be set to "auto". A value other than "auto" for
a full project is currently ignored - the underlying game-ci CLI always detects the version from the checked-out
project and has no override flag yet.'
cliVersion:
required: false
default: 'latest'
description:
'Release tag of the game-ci/cli binary to install and run (e.g. "v0.1.0"). Defaults to the latest release; pin
this for reproducible test runs.'
customImage:
required: false
default: ''
Expand All @@ -24,6 +34,13 @@ inputs:
required: false
default: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;dontClear'
description: 'Optional coverage parameters for the -coverageOptions argument. To get coverage in Package Mode, pass assemblies from the package you want covered to the assemblyFilters option.'
coverageEnabled:
required: false
default: true
description:
'Enable Unity code coverage instrumentation during the test run. Some Unity versions/configurations fail or
crash with this on - see #302, #306, #301. Set to false to omit -enableCodeCoverage/-coverageOptions/
-coverageResultsPath entirely.'
artifactsPath:
required: false
default: 'artifacts'
Expand Down Expand Up @@ -114,5 +131,4 @@ branding:
color: 'gray-dark'
runs:
using: 'node24'
main: 'dist/main.js'
post: 'dist/post.js'
main: 'dist/index.js'
49 changes: 0 additions & 49 deletions dist/BlankProject/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions dist/BlankProject/Assets/Scenes.meta

This file was deleted.

208 changes: 0 additions & 208 deletions dist/BlankProject/Assets/Scenes/SampleScene.unity

This file was deleted.

7 changes: 0 additions & 7 deletions dist/BlankProject/Assets/Scenes/SampleScene.unity.meta

This file was deleted.

4 changes: 0 additions & 4 deletions dist/BlankProject/Packages/manifest.json

This file was deleted.

4 changes: 0 additions & 4 deletions dist/BlankProject/Packages/packages-lock.json

This file was deleted.

19 changes: 0 additions & 19 deletions dist/BlankProject/ProjectSettings/AudioManager.asset

This file was deleted.

6 changes: 0 additions & 6 deletions dist/BlankProject/ProjectSettings/ClusterInputManager.asset

This file was deleted.

37 changes: 0 additions & 37 deletions dist/BlankProject/ProjectSettings/DynamicsManager.asset

This file was deleted.

Loading
Loading