Update master_push.yml

This commit is contained in:
2024-09-24 16:34:37 +02:00
committed by GitHub
Unverified
parent a80311d0b4
commit 244e308093

View File

@@ -135,3 +135,5 @@ jobs:
run: docker run -p 80:8080 -d --name watchit.website ghcr.io/mateuszskoczek/watchit.website:latest
- name: Wait for initialization
run: sleep 10
- name: Check WatchIt.WebAPI container health
run: docker ps | grep "watchit.webapi"