mirror of https://github.com/CIRCL/lookyloo
fix: Avoid failing test when there are no logs
parent
adc6969ba7
commit
3408ae1f2e
|
@ -82,5 +82,5 @@ jobs:
|
|||
- name: Logs
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
cat logs/*.log
|
||||
cat website/logs/*.log
|
||||
find -wholename ./logs/*.log -exec cat {} \;
|
||||
find -wholename ./website/logs/*.log -exec cat {} \;
|
||||
|
|
Loading…
Reference in New Issue