Skip to content

Commit

Permalink
[Tech] add logs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 committed May 13, 2024
1 parent 1540385 commit 3e243e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3e243e1

Please sign in to comment.