.gitea/workflows/build-Frontend-a.yml aktualisiert
Some checks failed
Build, Test & Push Frontend / quality-check (pull_request) Failing after 17s
Build, Test & Push Frontend / docker (pull_request) Has been skipped

This commit is contained in:
2026-02-07 10:39:47 +01:00
parent 0e520ead26
commit e1b1643eb2

View File

@@ -32,11 +32,11 @@ jobs:
- name: Lint & Type Check - name: Lint & Type Check
run: npm run lint --if-present run: npm run lint --if-present
# 2. Unit Tests (Logik) # 2. Unit Tests (Logik) Not necessary, because atm no tests written
- name: Unit Tests #- name: Unit Tests
run: npx ng test --watch=false --browsers=ChromeHeadless # run: npx ng test --watch=false --browsers=ChromeHeadless
# 3. Build Production (r Lighthouse notwendig) # 3. Build Production (necessary for lighthouse)
- name: Build Production - name: Build Production
run: npx ng build --configuration production run: npx ng build --configuration production