mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: testing pipeline
This commit is contained in:
parent
5bec457ba6
commit
3b5f3da2ab
27 changed files with 1349 additions and 1399 deletions
|
@ -4,7 +4,7 @@ import {
|
|||
getNewGOGGames,
|
||||
getNewRepacksFromCPG,
|
||||
getNewRepacksFromUser,
|
||||
// getNewRepacksFromXatab,
|
||||
getNewRepacksFromXatab,
|
||||
getNewRepacksFromOnlineFix,
|
||||
readPipe,
|
||||
startProcessWatcher,
|
||||
|
@ -22,13 +22,6 @@ import { Repack } from "./entity";
|
|||
import { Notification } from "electron";
|
||||
import { t } from "i18next";
|
||||
import { In } from "typeorm";
|
||||
import creatWorker from "./workers/test?nodeWorker";
|
||||
|
||||
creatWorker({ workerData: "worker" })
|
||||
.on("message", (message) => {
|
||||
console.log(`\nMessage from worker: ${message}`);
|
||||
})
|
||||
.postMessage("");
|
||||
|
||||
startProcessWatcher();
|
||||
|
||||
|
@ -80,9 +73,9 @@ const checkForNewRepacks = async () => {
|
|||
getNewGOGGames(
|
||||
existingRepacks.filter((repack) => repack.repacker === "GOG")
|
||||
),
|
||||
// getNewRepacksFromXatab(
|
||||
// existingRepacks.filter((repack) => repack.repacker === "Xatab")
|
||||
// ),
|
||||
getNewRepacksFromXatab(
|
||||
existingRepacks.filter((repack) => repack.repacker === "Xatab")
|
||||
),
|
||||
getNewRepacksFromCPG(
|
||||
existingRepacks.filter((repack) => repack.repacker === "CPG")
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue