Skip to content

Commit 48d148e

Browse files
author
github-actions
committed
[CI] Add changes
1 parent 600ee3b commit 48d148e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dist/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32652,7 +32652,6 @@ const run = () => __awaiter(void 0, void 0, void 0, function* () {
3265232652
}
3265332653
}
3265432654
finally {
32655-
console.log('test output', testOutput);
3265632655
uploadId =
3265732656
((_a = testOutput === null || testOutput === void 0 ? void 0 : testOutput.match(/https:\/\/console\.devicecloud\.dev\/results\?upload=([a-zA-Z0-9-]+)/)) === null || _a === void 0 ? void 0 : _a[1]) || null;
3265832657
}
@@ -32671,7 +32670,7 @@ const run = () => __awaiter(void 0, void 0, void 0, function* () {
3267132670
name: test.name,
3267232671
status: test.status,
3267332672
}));
32674-
(0, core_1.setOutput)('DEVICE_CLOUD_FLOW_RESULTS', JSON.stringify(flowResults));
32673+
(0, core_1.setOutput)('DEVICE_CLOUD_FLOW_RESULTS', JSON.stringify(flowResults, null, 2));
3267532674
if (result.status === 'PASSED') {
3267632675
console.info('Successfully completed test run.');
3267732676
}

0 commit comments

Comments
 (0)