Skip to content

Commit 130911f

Browse files
author
github-actions
committed
[CI] Add changes
1 parent 674444b commit 130911f

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
@@ -29981,7 +29981,7 @@ const getTestStatus = (uploadId, apiKey, apiUrl) => __awaiter(void 0, void 0, vo
2998129981
const run = () => __awaiter(void 0, void 0, void 0, function* () {
2998229982
var _a;
2998329983
try {
29984-
const { additionalAppBinaryIds, additionalAppFiles, androidApiLevel, androidDevice, apiKey, apiUrl, appBinaryId, appFilePath, async, deviceLocale, downloadArtifacts, env, excludeFlows, excludeTags, googlePlay, ignoreShaCheck, includeTags, iOSVersion, iosDevice, maestroVersion, name, orientation, report, retry, workspaceFolder, x86Arch, } = yield (0, params_1.getParameters)();
29984+
const { additionalAppBinaryIds, additionalAppFiles, androidApiLevel, androidDevice, apiKey, apiUrl, appBinaryId, appFilePath, async, config, deviceLocale, downloadArtifacts, env, excludeFlows, excludeTags, googlePlay, ignoreShaCheck, includeTags, iOSVersion, iosDevice, maestroVersion, name, orientation, report, retry, workspaceFolder, x86Arch, } = yield (0, params_1.getParameters)();
2998529985
const params = {
2998629986
'additional-app-binary-ids': additionalAppBinaryIds,
2998729987
'additional-app-files': additionalAppFiles,
@@ -29992,6 +29992,7 @@ const run = () => __awaiter(void 0, void 0, void 0, function* () {
2999229992
'app-binary-id': appBinaryId,
2999329993
'app-file': appFilePath,
2999429994
async,
29995+
config,
2999529996
'device-locale': deviceLocale,
2999629997
'download-artifacts': downloadArtifacts,
2999729998
'exclude-flows': excludeFlows,
@@ -30232,6 +30233,7 @@ function getParameters() {
3023230233
throw new Error('Report format must be either "junit" or "html"');
3023330234
}
3023430235
const x86Arch = core.getInput('x86-arch', { required: false }) === 'true';
30236+
const config = core.getInput('config', { required: false });
3023530237
if (!(appFilePath !== '') !== (appBinaryId !== '')) {
3023630238
throw new Error('Either app-file or app-binary-id must be used');
3023730239
}
@@ -30266,6 +30268,7 @@ function getParameters() {
3026630268
ignoreShaCheck,
3026730269
report,
3026830270
x86Arch,
30271+
config,
3026930272
};
3027030273
});
3027130274
}

0 commit comments

Comments
 (0)