mirror of https://github.com/CIRCL/lookyloo
chg: Print logs when GHA fails
parent
d677bf35f2
commit
ad16ba0943
|
@ -71,3 +71,9 @@ jobs:
|
||||||
- name: Stop instance
|
- name: Stop instance
|
||||||
run: |
|
run: |
|
||||||
poetry run stop
|
poetry run stop
|
||||||
|
|
||||||
|
- name: Logs
|
||||||
|
if: ${{ always() }}
|
||||||
|
run: |
|
||||||
|
cat logs/*.log
|
||||||
|
cat website/logs/*.log
|
||||||
|
|
Loading…
Reference in New Issue