tests: added g4 / 5 to action

This commit is contained in:
John Yeo
2025-07-25 20:36:16 +01:00
parent 40661e2cf2
commit 3d902acfc3
2 changed files with 12 additions and 2 deletions

View File

@@ -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: |

View File

@@ -60,8 +60,6 @@ const job = new CronJob(
"UTC" // timezone (adjust as needed)
);
// job.start();
cronTask();
process.on("SIGTERM", async () => {