mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 18:01: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:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
@ -52,6 +54,7 @@ jobs:
|
||||
DB_DATABASE: test_db
|
||||
DB_USERNAME: user
|
||||
DB_PASSWORD: password
|
||||
|
||||
code-style:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user