diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 171e4db36..42ea7b619 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -138,6 +138,18 @@ jobs: cd server/ chmod +x ./shell/g3.sh ./shell/g3.sh + + - name: Run G4 tests + run: | + cd server/ + chmod +x ./shell/g4.sh + ./shell/g4.sh + + - name: Run G5 tests + run: | + cd server/ + chmod +x ./shell/g5.sh + ./shell/g4.sh # - name: Run G4 tests # run: | diff --git a/server/src/cron.ts b/server/src/cron.ts index a52b3502e..cf27b405d 100644 --- a/server/src/cron.ts +++ b/server/src/cron.ts @@ -60,8 +60,6 @@ const job = new CronJob( "UTC" // timezone (adjust as needed) ); -// job.start(); - cronTask(); process.on("SIGTERM", async () => {