Skip to content

Commit

Permalink
[TASK] Echo deployment logs in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskienast committed May 15, 2024
1 parent 3f830f5 commit 3923571
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ jobs:
name: deployment
path: .mage/logs
retention-days: 7

- name: Echo logs
run: find .mage/logs/ -type f -exec cat {} +
if: always()

0 comments on commit 3923571

Please sign in to comment.