return basnijholt's original settings.

replaced `-v` with `-qq` again in `pytest.yaml`,
returned `branches: [master]` in both yaml files.
This commit is contained in:
Benjamin Auquite 2023-03-26 15:46:34 -05:00
commit f3f8e3940d
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@ name: Validate with hassfest
on:
push:
branches: [master]
pull_request:
schedule:
- cron: "0 0 * * *"

View file

@ -2,6 +2,7 @@ name: pytest
on:
push:
branches: [master]
pull_request:
jobs:
@ -58,7 +59,7 @@ jobs:
cd -
python3 -X dev -m pytest \
-v \
-qq \
--timeout=9 \
--durations=10 \
--cov="homeassistant" \