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
|
- name: Logs
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
run: |
|
run: |
|
||||||
cat logs/*.log
|
find -wholename ./logs/*.log -exec cat {} \;
|
||||||
cat website/logs/*.log
|
find -wholename ./website/logs/*.log -exec cat {} \;
|
||||||
|
|
Loading…
Reference in New Issue