ci: fix condition syntax in CI workflow script
Some checks failed
Some checks failed
This commit is contained in:
parent
19d75bbd58
commit
890bba602e
1 changed files with 1 additions and 1 deletions
|
@ -165,4 +165,4 @@ jobs:
|
||||||
cd frontend
|
cd frontend
|
||||||
bun run build
|
bun run build
|
||||||
- run: cat /tmp/ng-*/angular-errors.log || echo "No Angular error log found"
|
- run: cat /tmp/ng-*/angular-errors.log || echo "No Angular error log found"
|
||||||
if: always
|
if: always()
|
||||||
|
|
Loading…
Add table
Reference in a new issue