mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
fix: remove unlighthouse config
This commit is contained in:
parent
27cdf72074
commit
d38e5952fe
2 changed files with 2 additions and 9 deletions
3
.github/workflows/unlighthouse.yaml
vendored
3
.github/workflows/unlighthouse.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
export default {
|
||||
scanner: {
|
||||
samples: 3
|
||||
},
|
||||
puppeteerClusterOptions: {
|
||||
maxConcurrency: 1
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue