mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-02-05 12:36:37 +08:00
Adding useHostNetwork option
This commit is contained in:
committed by
Webber Takken
parent
f02586c1c9
commit
a4e8475a2f
@@ -10,6 +10,7 @@ async function action() {
|
||||
projectPath,
|
||||
testMode,
|
||||
artifactsPath,
|
||||
useHostNetwork,
|
||||
customParameters,
|
||||
} = Input.getFromUser();
|
||||
const baseImage = ImageTag.createForBase(unityVersion);
|
||||
@@ -24,6 +25,7 @@ async function action() {
|
||||
projectPath,
|
||||
testMode,
|
||||
artifactsPath,
|
||||
useHostNetwork,
|
||||
customParameters,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user