Skip to content

Commit

Permalink
Update ci-pipeline.yml: try to capture docker log
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBRoswell authored Aug 26, 2024
1 parent 2345cb3 commit f2d7406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
timeout: 120

- name: Capture Docker Logs
if: always()
run: |
echo 'Capturing Docker logs...'
docker logs app
Expand Down

0 comments on commit f2d7406

Please sign in to comment.