1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00

CI: Fix partial coverage (#80877)

* CI: Split coverage job

* Don't wait for pytest-mariadb
This commit is contained in:
epenet 2022-10-24 12:18:27 +02:00 committed by GitHub
parent 1f0cb73ad0
commit f7982a0db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -970,7 +970,6 @@ jobs:
needs:
- info
- pytest
- pytest-mariadb
steps:
- name: Check out code from GitHub
uses: actions/checkout@v3.1.0