From 3e243e1ea46e80e5767cb6b18f9e4d390f6e920b Mon Sep 17 00:00:00 2001 From: Claire Dagan Date: Mon, 13 May 2024 10:54:26 +0200 Subject: [PATCH] [Tech] add logs in CI --- .github/workflows/cicd-app.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cicd-app.yml b/.github/workflows/cicd-app.yml index a2fcad99d..0eb15de65 100644 --- a/.github/workflows/cicd-app.yml +++ b/.github/workflows/cicd-app.yml @@ -212,6 +212,9 @@ jobs: - name: Run docker images run: make run-infra-for-frontend-tests + - name: Backend logs + run: docker logs -f monitorenv-backend > backend.log 2>&1 & + - name: Setup Node.js uses: actions/setup-node@v4 with: