ci: debug patch workflow failure (#21369)
This commit is contained in:
parent
039be73af4
commit
c2a562b82e
1 changed files with 8 additions and 1 deletions
9
.github/workflows/patch-mariadb-tests.yml
vendored
9
.github/workflows/patch-mariadb-tests.yml
vendored
|
|
@ -148,4 +148,11 @@ jobs:
|
|||
|
||||
- name: Show bench output
|
||||
if: ${{ always() }}
|
||||
run: cat ~/frappe-bench/bench_start.log || true
|
||||
run: |
|
||||
cd ~/frappe-bench
|
||||
cat bench_start.log || true
|
||||
cd logs
|
||||
for f in ./*.log*; do
|
||||
echo "Printing log: $f";
|
||||
cat $f
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue