ci: Update CI workflow to log Angular errors if present
Some checks failed
Some checks failed
This commit is contained in:
parent
408ea71ca2
commit
a4e9dcebd8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue