Skip to content

Commit db0578b

Browse files
author
github-actions
committed
[CI] Add changes
1 parent f8efddf commit db0578b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32642,7 +32642,7 @@ const run = () => __awaiter(void 0, void 0, void 0, function* () {
3264232642
let uploadId = null;
3264332643
let testOutput;
3264432644
try {
32645-
testOutput = (0, child_process_1.execSync)(`npx --yes @devicecloud.dev/dcd cloud ${paramsString} --quiet`, { encoding: 'utf-8' });
32645+
testOutput = (0, child_process_1.execSync)(`npx --yes --no-cache @devicecloud.dev/dcd cloud ${paramsString} --quiet`, { encoding: 'utf-8' });
3264632646
}
3264732647
catch (e) {
3264832648
testOutput = e.output[1].toString();

0 commit comments

Comments
 (0)