Skip to content

Commit

Permalink
+5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Marc Collin committed Oct 15, 2023
1 parent 56f5126 commit b1b626f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
run: cd custom_components/versatile_thermostat && python3 -m pip install -r requirements_test.txt
- name: Run tests
run: |
cd custom_components/versatile_thermostat && \
pytest \
cd custom_components/versatile_thermostat && pytest \
-qq \
--timeout=9 \
--durations=10 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# For automatic run of test in Gitlab CI, we must not include other things that pytest-homeassistant-custom-component
#-r requirements_dev.txt
# aiodiscover
# ulid_transform
Expand Down

0 comments on commit b1b626f

Please sign in to comment.