From e1b1643eb21674b0a9d17852a1dade941d3e53b7 Mon Sep 17 00:00:00 2001 From: lobo Date: Sat, 7 Feb 2026 10:39:47 +0100 Subject: [PATCH] .gitea/workflows/build-Frontend-a.yml aktualisiert --- .gitea/workflows/build-Frontend-a.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-Frontend-a.yml b/.gitea/workflows/build-Frontend-a.yml index eea0eb8..617cf94 100644 --- a/.gitea/workflows/build-Frontend-a.yml +++ b/.gitea/workflows/build-Frontend-a.yml @@ -32,11 +32,11 @@ jobs: - name: Lint & Type Check run: npm run lint --if-present - # 2. Unit Tests (Logik) - - name: Unit Tests - run: npx ng test --watch=false --browsers=ChromeHeadless + # 2. Unit Tests (Logik) Not necessary, because atm no tests written + #- name: Unit Tests + # run: npx ng test --watch=false --browsers=ChromeHeadless - # 3. Build Production (für Lighthouse notwendig) + # 3. Build Production (necessary for lighthouse) - name: Build Production run: npx ng build --configuration production