enable sanity check

This commit is contained in:
Son NK 2020-06-11 23:36:15 +02:00
parent 987b413e3d
commit 2ef33cc23f
1 changed files with 5 additions and 0 deletions

View File

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