Compare commits

...

2 Commits

2 changed files with 6 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ jobs:
projectPath: ${{ matrix.projectPath }} projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }} unityVersion: ${{ matrix.unityVersion }}
testMode: all testMode: all
coverageOptions: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+MyScripts' coverageOptions: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+MyScripts;dontClear'
# Test implicit artifactsPath, by not setting it # Test implicit artifactsPath, by not setting it
# Upload artifacts # Upload artifacts

View File

@@ -22,7 +22,7 @@ inputs:
description: 'The type of tests to be run by the test runner.' description: 'The type of tests to be run by the test runner.'
coverageOptions: coverageOptions:
required: false required: false
default: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport' default: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;dontClear'
description: 'Optional coverage parameters for the -coverageOptions argument.' description: 'Optional coverage parameters for the -coverageOptions argument.'
artifactsPath: artifactsPath:
required: false required: false
@@ -52,6 +52,10 @@ inputs:
required: false required: false
default: '' default: ''
description: 'User and optionally group (user or user:group or uid:gid) to give ownership of the resulting build artifacts' description: 'User and optionally group (user or user:group or uid:gid) to give ownership of the resulting build artifacts'
unityLicensingServer:
required: false
default: ''
description: 'Url to a unity license server for acquiring floating licenses.'
outputs: outputs:
artifactsPath: artifactsPath:
description: 'Path where the artifacts are stored.' description: 'Path where the artifacts are stored.'