mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Better output of workflow
This commit is contained in:
parent
eb1d7be67c
commit
72b6e80d02
4
.github/main.workflow
vendored
4
.github/main.workflow
vendored
@ -33,11 +33,11 @@ action "Python 3.5 - tests" {
|
||||
action "Python 3.5 - lints" {
|
||||
uses = "home-assistant/actions/py35-tox@master"
|
||||
needs = ["Python 3.5 - tests"]
|
||||
args = "-e lint,pylint -p all"
|
||||
args = "-e lint,pylint -p auto --parallel-live"
|
||||
}
|
||||
|
||||
action "Pyton 3.5 - typing,cov" {
|
||||
uses = "home-assistant/actions/py35-tox@master"
|
||||
args = "-e typing,cov -p all"
|
||||
args = "-e typing,cov -p auto --parallel-live"
|
||||
needs = ["Python 3.5 - lints"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user