chg: Print logs when GHA fails

pull/790/head
Raphaël Vinot 2023-09-25 11:11:42 +02:00
parent d677bf35f2
commit ad16ba0943
1 changed files with 6 additions and 0 deletions

View File

@ -71,3 +71,9 @@ jobs:
- name: Stop instance
run: |
poetry run stop
- name: Logs
if: ${{ always() }}
run: |
cat logs/*.log
cat website/logs/*.log