ci: lighthouse
Some checks failed
Build / Build-and-ng-test (pull_request) Successful in 4m30s
Build / Build-and-test-development (pull_request) Failing after 38s
Lighthouse Checks / lighthouse (20.15.1) (pull_request) Failing after 3h12m40s

This commit is contained in:
M
2025-08-06 16:15:45 +02:00
parent 378461dcbb
commit 22ec7f0340

View File

@@ -27,6 +27,9 @@ jobs:
- name: Install pm2 for process management - name: Install pm2 for process management
run: npm i -g pm2 run: npm i -g pm2
- name: Install @sasjs/cli
run: npm i -g @sasjs/cli
- name: Create .env file for sasjs/server - name: Create .env file for sasjs/server
run: | run: |
touch .env touch .env
@@ -73,7 +76,7 @@ jobs:
run: | run: |
cd sas/mocks cd sas/mocks
npm ci npm ci
npm run deploy sasjs cbd -t server-ci
- name: Start frontend server - name: Start frontend server
run: | run: |