Promote dev → uat: CI pipeline fix + cumulative dev changes [CAR-987] #10

Merged
Savannah Savings merged 12 commits from dev into uat 2026-05-23 19:36:21 +00:00
Showing only changes of commit 75700fbb5e - Show all commits
+3 -3
View File
@@ -87,9 +87,9 @@ jobs:
npx playwright install --with-deps chromium
- name: Start preview server
run: |
npm run preview &
sleep 5
npx wait-on http://localhost:4173/ --timeout 30000
npm run preview -- --port 4173 &
sleep 10
npx wait-on http://localhost:4173/ --timeout 60000
- name: Run Lighthouse CI
run: |
CHROME_PATH=$(find /home/runner/.cache/ms-playwright -name chrome -type f 2>/dev/null | head -1)