mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +08:00
enable sanity check
This commit is contained in:
parent
987b413e3d
commit
2ef33cc23f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue