File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118760,7 +118760,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
118760118760 return (mod && mod.__esModule) ? mod : { "default": mod };
118761118761};
118762118762Object.defineProperty(exports, "__esModule", ({ value: true }));
118763- exports.chunk = void 0;
118763+ exports.run = exports. chunk = void 0;
118764118764const os = __importStar(__nccwpck_require__(22037));
118765118765const path = __importStar(__nccwpck_require__(71017));
118766118766const core = __importStar(__nccwpck_require__(42186));
@@ -118857,12 +118857,13 @@ function run() {
118857118857 core.warning(`Artifact '${artifactName}' digest validation failed. Please verify the integrity of the artifact.`);
118858118858 }
118859118859 }
118860+ core.info(`Total of ${artifacts.length} artifact(s) downloaded`);
118861+ core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath);
118862+ core.info('Download artifact has finished successfully');
118860118863 }
118861- core.info(`Total of ${artifacts.length} artifact(s) downloaded`);
118862- core.setOutput(constants_1.Outputs.DownloadPath, resolvedPath);
118863- core.info('Download artifact has finished successfully');
118864118864 });
118865118865}
118866+ exports.run = run;
118866118867run().catch(err => core.setFailed(`Unable to download artifact(s): ${err.message}`));
118867118868
118868118869
Original file line number Diff line number Diff line change 99 "moduleResolution" : " node" ,
1010 "esModuleInterop" : true
1111 },
12- "exclude" : [" node_modules" , " **/*.test.ts" ]
12+ "exclude" : [" node_modules" , " **/*.test.ts" , " jest.config.ts " , " __tests__ " ]
1313}
You can’t perform that action at this time.
0 commit comments