mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-25 06:52:06 +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 Redis_src from "../src/db/redis/index.js";
|
||||
import Redis_dist from "../dist/module/db/redis/index.js";
|
||||
import tests from "./persistent.js";
|
||||
|
||||
if(!build_light && !build_compact){
|
||||
describe("Persistent: Redis", function(){
|
||||
tests(env ? Redis_dist : Redis_src, "Redis");
|
||||
describe("Persistent: Redis", async function(){
|
||||
await tests("Redis");
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user