Skip to content

Commit 2334f73

Browse files
author
github-actions
committed
[CI] Add changes
1 parent 9c3a29f commit 2334f73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dist/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29982,7 +29982,7 @@ const getTestStatus = (uploadId, apiKey, apiUrl) => __awaiter(void 0, void 0, vo
2998229982
const run = () => __awaiter(void 0, void 0, void 0, function* () {
2998329983
var _a;
2998429984
try {
29985-
const { additionalAppBinaryIds, additionalAppFiles, androidApiLevel, androidDevice, apiKey, apiUrl, appBinaryId, appFilePath, async, config, deviceLocale, downloadArtifacts, env, excludeFlows, excludeTags, googlePlay, ignoreShaCheck, includeTags, iOSVersion, iosDevice, jsonFile, maestroVersion, name, orientation, report, retry, workspaceFolder, x86Arch, runnerType, skipChromeOnboarding, moropoV1ApiKey, } = yield (0, params_1.getParameters)();
29985+
const { additionalAppBinaryIds, additionalAppFiles, androidApiLevel, androidDevice, apiKey, apiUrl, appBinaryId, appFilePath, async, config, deviceLocale, downloadArtifacts, env, excludeFlows, excludeTags, googlePlay, ignoreShaCheck, includeTags, iOSVersion, iosDevice, jsonFile, maestroVersion, name, orientation, report, retry, workspaceFolder, x86Arch, runnerType, skipChromeOnboarding, debug, moropoV1ApiKey, } = yield (0, params_1.getParameters)();
2998629986
const params = {
2998729987
'additional-app-binary-ids': additionalAppBinaryIds,
2998829988
'additional-app-files': additionalAppFiles,
@@ -30013,6 +30013,7 @@ const run = () => __awaiter(void 0, void 0, void 0, function* () {
3001330013
'runner-type': runnerType,
3001430014
'json-file': jsonFile,
3001530015
'skip-chrome-onboarding': skipChromeOnboarding,
30016+
debug,
3001630017
'moropo-v1-api-key': moropoV1ApiKey,
3001730018
};
3001830019
let paramsString = Object.keys(params).reduce((acc, key) => {
@@ -30245,6 +30246,7 @@ function getParameters() {
3024530246
const runnerType = core.getInput('runner-type', { required: false });
3024630247
const jsonFile = core.getInput('json-file', { required: false }) === 'true';
3024730248
const skipChromeOnboarding = core.getInput('skip-chrome-onboarding', { required: false }) === 'true';
30249+
const debug = core.getInput('debug', { required: false }) === 'true';
3024830250
const moropoV1ApiKey = core.getInput('moropo-v1-api-key', {
3024930251
required: false,
3025030252
});
@@ -30286,6 +30288,7 @@ function getParameters() {
3028630288
runnerType,
3028730289
jsonFile,
3028830290
skipChromeOnboarding,
30291+
debug,
3028930292
moropoV1ApiKey,
3029030293
};
3029130294
});

0 commit comments

Comments
 (0)