mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 00:34:04 +02:00
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:
parent
a442db6a46
commit
f3f8e3940d
2 changed files with 3 additions and 1 deletions
1
.github/workflows/hassfest.yaml
vendored
1
.github/workflows/hassfest.yaml
vendored
|
|
@ -2,6 +2,7 @@ name: Validate with hassfest
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
|
|
|||
3
.github/workflows/pytest.yaml
vendored
3
.github/workflows/pytest.yaml
vendored
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue