From 1df1fd493b95703aa98e54264b2462530da7537c Mon Sep 17 00:00:00 2001 From: ZeinebMESSAOUDI <130365664+Zeineb2001@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:45:00 +0100 Subject: [PATCH] Verify the logs of microservice --- .github/workflows/catalog-service-ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/catalog-service-ci-cd.yml b/.github/workflows/catalog-service-ci-cd.yml index 966012c6..0605949d 100644 --- a/.github/workflows/catalog-service-ci-cd.yml +++ b/.github/workflows/catalog-service-ci-cd.yml @@ -93,3 +93,5 @@ jobs: curl -X 'GET' 'http://localhost:8082/products' -H 'accept: /' || (echo "Service health check failed!" && exit 1) echo "Service deployed successfully!" + + tail -n 50 ~/service-catalog/service-catalog.log