Skip to content

Commit 9eab798

Browse files
committed
Configure tsconfig
1 parent a39a661 commit 9eab798

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

dist/index.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118760,7 +118760,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
118760118760
return (mod && mod.__esModule) ? mod : { "default": mod };
118761118761
};
118762118762
Object.defineProperty(exports, "__esModule", ({ value: true }));
118763-
exports.chunk = void 0;
118763+
exports.run = exports.chunk = void 0;
118764118764
const os = __importStar(__nccwpck_require__(22037));
118765118765
const path = __importStar(__nccwpck_require__(71017));
118766118766
const 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;
118866118867
run().catch(err => core.setFailed(`Unable to download artifact(s): ${err.message}`));
118867118868

118868118869

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"moduleResolution": "node",
1010
"esModuleInterop": true
1111
},
12-
"exclude": ["node_modules", "**/*.test.ts"]
12+
"exclude": ["node_modules", "**/*.test.ts", "jest.config.ts", "__tests__"]
1313
}

0 commit comments

Comments
 (0)