ci: add debug step to CI workflow for better logging
Some checks failed
CI / Get Changed Files (pull_request) Successful in 7s
CI / eslint (pull_request) Failing after 24s
CI / test-build (pull_request) Failing after 27s
CI / prettier (pull_request) Successful in 1m3s
CI / Checkstyle Main (pull_request) Failing after 2m1s

This commit is contained in:
Jan K9f 2025-04-02 11:34:46 +02:00
parent 6b4adfca0a
commit bd82262049
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -100,6 +100,9 @@ jobs:
run: |
cd frontend
bun run lint
- name: Debug
if: always()
run: cat /tmp/*/*
prettier:
name: prettier