mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Align postgresql with mariadb in CI (#87646)
Align postgresql with mariadb
This commit is contained in:
parent
a202588fd2
commit
3e09950dd6
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -1020,6 +1020,8 @@ jobs:
|
||||
(github.event_name != 'push' || github.event.repository.full_name == 'home-assistant/core')
|
||||
&& github.event.inputs.lint-only != 'true'
|
||||
&& needs.info.outputs.test_full_suite == 'true'
|
||||
&& github.event.inputs.pylint-only != 'true'
|
||||
&& github.event.inputs.mypy-only != 'true'
|
||||
needs:
|
||||
- info
|
||||
- base
|
||||
@ -1115,7 +1117,6 @@ jobs:
|
||||
needs:
|
||||
- info
|
||||
- pytest
|
||||
- pytest-postgres
|
||||
steps:
|
||||
- name: Check out code from GitHub
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user