mirror of
https://github.com/game-ci/unity-test-runner.git
synced 2026-01-29 14:39:33 +08:00
add packageMode option back in
This commit is contained in:
@@ -18,6 +18,7 @@ async function run() {
|
||||
gitPrivateToken,
|
||||
githubToken,
|
||||
checkName,
|
||||
packageMode,
|
||||
} = Input.getFromUser();
|
||||
const baseImage = new ImageTag({ version: unityVersion, customImage });
|
||||
|
||||
@@ -35,6 +36,7 @@ async function run() {
|
||||
artifactsPath,
|
||||
useHostNetwork,
|
||||
sshAgent,
|
||||
packageMode,
|
||||
gitPrivateToken,
|
||||
githubToken,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user