mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-28 21:59:06 +08:00
Adding useHostNetwork option
This commit is contained in:
committed by
Webber Takken
parent
f02586c1c9
commit
a4e8475a2f
12
README.md
12
README.md
@@ -231,6 +231,18 @@ In this folder a folder will be created for every test mode.
|
||||
_**required:** `false`_
|
||||
_**default:** `artifacts`_
|
||||
|
||||
#### useHostNetwork
|
||||
|
||||
Initializes Docker using the host network.
|
||||
|
||||
This is useful if Unity needs to access a local server that was started as part of your workflow.
|
||||
|
||||
Options are: "true", "false"
|
||||
|
||||
_**required:** `false`_
|
||||
_**default:** `false`_
|
||||
|
||||
|
||||
#### customParameters
|
||||
|
||||
Custom parameters to configure the test runner.
|
||||
|
||||
Reference in New Issue
Block a user