Skip to content

Commit

Permalink
Print localstack logs to the console
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Feb 26, 2024
1 parent 0ef2209 commit 62d5086
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,7 @@ jobs:
path: |
logs.txt.gz
retention-days: 7
- name: Print the LocalStack logs
if: success() || failure()
run: |
gunzip -c logs.txt.gz

0 comments on commit 62d5086

Please sign in to comment.