浏览代码

enable sanity check

Son NK 5 年之前
父节点
当前提交
2ef33cc23f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      crontab.yml

+ 5 - 0
crontab.yml

@@ -35,3 +35,8 @@ jobs:
     schedule: "0 12 * * *"
     schedule: "0 12 * * *"
     captureStderr: true
     captureStderr: true
 
 
+  - name: SimpleLogin Sanity Check
+    command: python /code/cron.py -j sanity_check
+    shell: /bin/bash
+    schedule: "0 2 * * *"
+    captureStderr: true