Add verify with Postgre (#3005)

* Add verify with Postgre

Signed-off-by: strailov <Stanislav.Trailov@bosch.io>

* make them only on trigger manually

Signed-off-by: strailov <Stanislav.Trailov@bosch.io>

---------

Signed-off-by: strailov <Stanislav.Trailov@bosch.io>
This commit is contained in:
Stanislav Trailov
2026-04-20 10:04:12 +03:00
committed by GitHub
parent 8473212f59
commit f2edc36e11
3 changed files with 43 additions and 0 deletions

View File

@@ -33,6 +33,19 @@ jobs:
ports:
- 15672:15672
- 5672:5672
postgresql:
image: postgres:16.5
env:
POSTGRES_DB: hawkbit
POSTGRES_USER: postgres
POSTGRES_PASSWORD: admin
options: >-
--health-cmd "pg_isready -d hawkbit -U postgres"
--health-interval 20s
--health-timeout 5s
--health-retries 10
ports:
- 5432:5432
steps:
- name: Parameters