fix: remove unlighthouse config

This commit is contained in:
Bart van der Braak 2023-08-18 11:19:00 +02:00
parent 27cdf72074
commit d38e5952fe
2 changed files with 2 additions and 9 deletions

View file

@ -51,13 +51,14 @@ jobs:
timeout: 120
- name: Install Dependencies
run: npm add -g @unlighthouse/cli puppeteer
run: pnpm install -g @unlighthouse/cli puppeteer
- name: Run Unlighthouse
run: |
unlighthouse-ci \
--site "${{ steps.vercel_preview_url.outputs.preview_url }}" \
--reporter jsonExpanded \
--samples 3 \
--build-static
- name: Upload report to Cloudflare pages

View file

@ -1,8 +0,0 @@
export default {
scanner: {
samples: 3
},
puppeteerClusterOptions: {
maxConcurrency: 1
}
};