ci: lighthouse
Some checks failed
Build / Build-and-ng-test (pull_request) Successful in 3m46s
Build / Build-and-test-development (pull_request) Failing after 33s
Lighthouse Checks / lighthouse (20.15.1) (pull_request) Successful in 18m1s

This commit is contained in:
M
2025-08-07 10:22:10 +02:00
parent 3bb3093b49
commit 919aa6dcfe

View File

@@ -87,10 +87,6 @@ jobs:
npx ng serve --host 0.0.0.0 --port 4200 &
wait-on http://localhost:4200
- name: Wait for both servers to be ready
run: |
wait-on http://localhost:5000 http://localhost:4200
- name: Run Lighthouse CI
run: |
cd client