mirror of
https://github.com/github/codeql-action.git
synced 2026-04-03 02:02:17 +00:00
Check in precompiled upload-lib.ts for testing environments
This commit is contained in:
@@ -61,7 +61,8 @@ const onEndPlugin = {
|
||||
};
|
||||
|
||||
const context = await esbuild.context({
|
||||
entryPoints: globSync([`${SRC_DIR}/*-action.ts`, `${SRC_DIR}/*-action-post.ts`]),
|
||||
// Include upload-lib.ts as an entry point for use in testing environments.
|
||||
entryPoints: globSync([`${SRC_DIR}/*-action.ts`, `${SRC_DIR}/*-action-post.ts`, "src/upload-lib.ts"]),
|
||||
bundle: true,
|
||||
format: "cjs",
|
||||
outdir: OUT_DIR,
|
||||
|
||||
95302
lib/upload-lib.js
generated
Normal file
95302
lib/upload-lib.js
generated
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user