Adding step for waiting on Docker container health.
This commit is contained in:
@@ -339,6 +339,12 @@ jobs:
|
|||||||
services: ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
services: ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
||||||
up-flags: -d --remove-orphans
|
up-flags: -d --remove-orphans
|
||||||
down-flags: --dry-run
|
down-flags: --dry-run
|
||||||
|
- name: Check Services' Healthiness
|
||||||
|
uses: thegabriele97/dockercompose-health-action@main
|
||||||
|
with:
|
||||||
|
filename: 'docker-compose.yml'
|
||||||
|
timeout: '180'
|
||||||
|
workdir: '.'
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
uses: eikendev/gotify-action@master
|
uses: eikendev/gotify-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user