Update master_push.yml

This commit is contained in:
2024-09-24 16:42:04 +02:00
committed by GitHub
Unverified
parent 244e308093
commit 9f14a4d391

View File

@@ -137,3 +137,5 @@ jobs:
run: sleep 10 run: sleep 10
- name: Check WatchIt.WebAPI container health - name: Check WatchIt.WebAPI container health
run: docker ps | grep "watchit.webapi" run: docker ps | grep "watchit.webapi"
- name: Check WatchIt.Website container health
run: docker ps | grep "watchit.website"