Skip to content

Commit

Permalink
correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît Lebruman committed Dec 9, 2021
1 parent 62aef00 commit 10cde1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--timeout=9 \
--durations=10 \
-n auto \
--cov custom_components.integration_blueprint \
--cov custom_components.hottoh \
-o console_output_style=count \
-p no:sugar \
tests
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
--timeout=9 \
--durations=10 \
-n auto \
--cov custom_components.integration_blueprint \
--cov custom_components.hottoh \
-o console_output_style=count \
-p no:sugar \
tests
tests

0 comments on commit 10cde1d

Please sign in to comment.