mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 09:51:37 +00:00
update checks.yml
This commit is contained in:
parent
88f26ce6a3
commit
9dcd37bf65
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@ -3,6 +3,8 @@ name: checks
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
@ -52,6 +54,7 @@ jobs:
|
|||||||
DB_DATABASE: test_db
|
DB_DATABASE: test_db
|
||||||
DB_USERNAME: user
|
DB_USERNAME: user
|
||||||
DB_PASSWORD: password
|
DB_PASSWORD: password
|
||||||
|
|
||||||
code-style:
|
code-style:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user