Skip to content

Commit

Permalink
More logs, More Problems 🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Douglas committed Dec 19, 2023
1 parent b602161 commit f694523
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI-CD-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,16 @@ jobs:
- name: Print microservice logs
if: always()
run: |
docker log frontend_mock
docker log backend
docker log frontend_mock
docker logs frontend_mock
docker logs backend
docker logs frontend_nomock
- name: Stop Backend and Frontend Containers
if: always()
run: |
docker stop backend frontend_mock frontend_nomock
deploy:
runs-on: ubuntu-latest
needs: [build-api, build-app]
needs: [build-api, build-app, test-app]
if: >-
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
(github.event_name == 'workflow_dispatch' && github.event.inputs.deploy)
Expand Down

0 comments on commit f694523

Please sign in to comment.