Skip to content

Commit

Permalink
Better output of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Mar 4, 2019
1 parent eb1d7be commit 72b6e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit 72b6e80

Please sign in to comment.