forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase test scope of MariaDB + PostgreSQL tests (home-assistant#87019)
Co-authored-by: J. Nick Koston <[email protected]>
- Loading branch information
1 parent
026b4f5
commit 4ca0a24
Showing
7 changed files
with
51 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1012,7 +1012,10 @@ jobs: | |
--durations=10 \ | ||
-p no:sugar \ | ||
--dburl=mysql://root:[email protected]/homeassistant-test \ | ||
tests/components/recorder | ||
tests/components/history \ | ||
tests/components/logbook \ | ||
tests/components/recorder \ | ||
tests/components/sensor | ||
- name: Upload coverage artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -1116,7 +1119,10 @@ jobs: | |
--durations-min=10 \ | ||
-p no:sugar \ | ||
--dburl=postgresql://postgres:[email protected]/homeassistant-test \ | ||
tests/components/recorder | ||
tests/components/history \ | ||
tests/components/logbook \ | ||
tests/components/recorder \ | ||
tests/components/sensor | ||
- name: Upload coverage artifact | ||
uses: actions/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters