fix: add sleep before wait-on to ensure preview server is ready [CAR-937]

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Savannah Savings
2026-05-21 20:37:53 +00:00
parent 4d5a5545e6
commit a729b7e21a
+1
View File
@@ -88,6 +88,7 @@ jobs:
- name: Start preview server
run: |
npm run preview &
sleep 5
npx wait-on http://localhost:4173/ --timeout 30000
- name: Run Lighthouse CI
run: |