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: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
bun install
|
bun install
|
||||||
- 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
|
||||||
bun run build
|
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