mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 00:34:04 +02:00
Copy pytest call from core
This commit is contained in:
parent
850badeb1b
commit
472f516582
1 changed files with 10 additions and 1 deletions
11
.github/workflows/ci.yaml
vendored
11
.github/workflows/ci.yaml
vendored
|
|
@ -40,4 +40,13 @@ jobs:
|
|||
cp -r custom_components/adaptive_lighting core/homeassistant/components/adaptive_lighting
|
||||
cp -r tests/ core/tests/components/adaptive_lighting
|
||||
cd core
|
||||
pytest tests/components/adaptive_lighting
|
||||
python3 -X dev -m pytest \
|
||||
-qq \
|
||||
--timeout=9 \
|
||||
--durations=10 \
|
||||
--dist=loadfile \
|
||||
--cov="homeassistant" \
|
||||
--cov-report=xml \
|
||||
-o console_output_style=count \
|
||||
-p no:sugar \
|
||||
tests/components/adaptive_lighting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue