mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-26 23:35:45 +02:00
update github action
This commit is contained in:
@@ -10,12 +10,10 @@ const build_compact = env && env.includes("compact");
|
||||
const build_esm = !env || env.startsWith("module");
|
||||
const Charset = _Charset || (await import("../src/charset.js")).default;
|
||||
|
||||
import Clickhouse_src from "../src/db/clickhouse/index.js";
|
||||
import Clickhouse_dist from "../dist/module/db/clickhouse/index.js";
|
||||
import tests from "./persistent.js";
|
||||
|
||||
if(!build_light && !build_compact){
|
||||
describe("Persistent: Clickhouse", function(){
|
||||
tests(env ? Clickhouse_dist : Clickhouse_src, "Clickhouse");
|
||||
describe("Persistent: Clickhouse", async function(){
|
||||
await tests("Clickhouse");
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user