ci: fix condition syntax in CI workflow script
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 24s
CI / prettier (pull_request) Successful in 34s
CI / Checkstyle Main (pull_request) Successful in 1m11s

This commit is contained in:
Jan K9f 2025-03-13 11:47:55 +01:00
parent 19d75bbd58
commit 890bba602e
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -165,4 +165,4 @@ jobs:
cd frontend
bun run build
- run: cat /tmp/ng-*/angular-errors.log || echo "No Angular error log found"
if: always
if: always()