We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ebf1f commit 41533b1Copy full SHA for 41533b1
.github/workflows/test.yml
@@ -1,7 +1,7 @@
1
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
4
-name: Test with HA-core
+name: Test against HA-core using pytest-homeassistant-custom-component
5
6
env:
7
CACHE_VERSION: 9
@@ -32,7 +32,7 @@ jobs:
32
scripts/setup_test.sh
33
- name: Test
34
run: |
35
- scripts/tests_and_coverage.sh testing
+ scripts/tests_and_coverage.sh test_and_coverage
36
- name: Quality
37
38
scripts/tests_and_coverage.sh linting
0 commit comments