ci: Update CI workflow to log Angular errors if present
Some checks failed
CI / Get Changed Files (pull_request) Successful in 6s
CI / eslint (pull_request) Failing after 20s
CI / test-build (pull_request) Failing after 22s
CI / prettier (pull_request) Successful in 30s
CI / Checkstyle Main (pull_request) Successful in 1m17s

This commit is contained in:
Jan K9f 2025-03-13 11:25:09 +01:00
parent 408ea71ca2
commit a4e9dcebd8
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -160,7 +160,8 @@ jobs:
run: | run: |
cd frontend cd frontend
bun install bun install
- run: pwd - run: cat /tmp/ng-*/angular-errors.log || echo "No Angular error log found"
if: always
- name: Test build - name: Test build
run: | run: |
cd frontend cd frontend