Skip to content

Commit 88b153e

Browse files
author
github-actions
committed
[CI] Add changes
1 parent c74e843 commit 88b153e

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
@@ -32535,7 +32535,7 @@ const params_1 = __nccwpck_require__(5966);
3253532535
const child_process_1 = __nccwpck_require__(2081);
3253632536
const run = () => __awaiter(void 0, void 0, void 0, function* () {
3253732537
try {
32538-
const { additionalAppBinaryIds, additionalAppFiles, androidApiLevel, androidDevice, apiKey, apiUrl, appBinaryId, appFilePath, async, deviceLocale, downloadArtifacts, env, excludeFlows, excludeTags, googlePlay, includeTags, iOSVersion, iosDevice, maestroVersion, name, orientation, workspaceFolder, } = yield (0, params_1.getParameters)();
32538+
const { additionalAppBinaryIds, additionalAppFiles, androidApiLevel, androidDevice, apiKey, apiUrl, appBinaryId, appFilePath, async, deviceLocale, downloadArtifacts, env, excludeFlows, excludeTags, googlePlay, includeTags, iOSVersion, iosDevice, maestroVersion, name, orientation, retry, workspaceFolder, } = yield (0, params_1.getParameters)();
3253932539
const params = {
3254032540
'additional-app-binary-ids': additionalAppBinaryIds,
3254132541
'additional-app-files': additionalAppFiles,
@@ -32558,6 +32558,7 @@ const run = () => __awaiter(void 0, void 0, void 0, function* () {
3255832558
'maestro-version': maestroVersion,
3255932559
name,
3256032560
orientation,
32561+
retry,
3256132562
};
3256232563
let paramsString = Object.keys(params).reduce((acc, key) => {
3256332564
if (!params[key])
@@ -32762,6 +32763,7 @@ function getParameters() {
3276232763
const env = core.getMultilineInput('env', { required: false });
3276332764
const androidApiLevel = getAndroidApiLevel(androidApiLevelString);
3276432765
const iOSVersion = getIOSVersion(iOSVersionString);
32766+
const retry = parseInt(core.getInput('retry', { required: false })) || undefined;
3276532767
return {
3276632768
apiUrl,
3276732769
apiKey,
@@ -32785,6 +32787,7 @@ function getParameters() {
3278532787
downloadArtifacts,
3278632788
maestroVersion,
3278732789
orientation,
32790+
retry,
3278832791
};
3278932792
});
3279032793
}

0 commit comments

Comments
 (0)