ci: restore Angular error log command in CI workflow
Some checks failed
Some checks failed
This commit is contained in:
parent
a4e9dcebd8
commit
19d75bbd58
1 changed files with 2 additions and 2 deletions
|
@ -160,9 +160,9 @@ jobs:
|
|||
run: |
|
||||
cd frontend
|
||||
bun install
|
||||
- run: cat /tmp/ng-*/angular-errors.log || echo "No Angular error log found"
|
||||
if: always
|
||||
- name: Test build
|
||||
run: |
|
||||
cd frontend
|
||||
bun run build
|
||||
- run: cat /tmp/ng-*/angular-errors.log || echo "No Angular error log found"
|
||||
if: always
|
||||
|
|
Loading…
Add table
Reference in a new issue