ci: add debug step to CI workflow for better logging
Some checks failed
Some checks failed
This commit is contained in:
parent
6b4adfca0a
commit
bd82262049
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
bun run lint
|
bun run lint
|
||||||
|
- name: Debug
|
||||||
|
if: always()
|
||||||
|
run: cat /tmp/*/*
|
||||||
|
|
||||||
prettier:
|
prettier:
|
||||||
name: prettier
|
name: prettier
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue