mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
Remove duplicate (partial) pytest job (#68221)
This commit is contained in:
parent
6069d26800
commit
81d001bcdc
16
.github/workflows/ci.yaml
vendored
16
.github/workflows/ci.yaml
vendored
@ -812,22 +812,6 @@ jobs:
|
|||||||
--durations-min=1 \
|
--durations-min=1 \
|
||||||
-p no:sugar \
|
-p no:sugar \
|
||||||
tests/components/${{ matrix.group }}
|
tests/components/${{ matrix.group }}
|
||||||
- name: Run pytest (partially); no coverage
|
|
||||||
if: needs.changes.outputs.test_full_suite == 'false'
|
|
||||||
timeout-minutes: 10
|
|
||||||
run: |
|
|
||||||
. venv/bin/activate
|
|
||||||
python --version
|
|
||||||
python3 -X dev -m pytest \
|
|
||||||
-qq \
|
|
||||||
--timeout=9 \
|
|
||||||
--durations=10 \
|
|
||||||
-n auto \
|
|
||||||
-o console_output_style=count \
|
|
||||||
--durations=0 \
|
|
||||||
--durations-min=1 \
|
|
||||||
-p no:sugar \
|
|
||||||
tests/components/${{ matrix.group }}
|
|
||||||
- name: Upload coverage artifact
|
- name: Upload coverage artifact
|
||||||
uses: actions/upload-artifact@v3.0.0
|
uses: actions/upload-artifact@v3.0.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user