Skip to content

Commit 41533b1

Browse files
committed
test and coverage
1 parent d7ebf1f commit 41533b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Test with HA-core
4+
name: Test against HA-core using pytest-homeassistant-custom-component
55

66
env:
77
CACHE_VERSION: 9
@@ -32,7 +32,7 @@ jobs:
3232
scripts/setup_test.sh
3333
- name: Test
3434
run: |
35-
scripts/tests_and_coverage.sh testing
35+
scripts/tests_and_coverage.sh test_and_coverage
3636
- name: Quality
3737
run: |
3838
scripts/tests_and_coverage.sh linting

0 commit comments

Comments
 (0)