Unlighthouse bump
This commit is contained in:
parent
96a9c2593c
commit
3b307e48c7
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
unlighthouse:
|
unlighthouse:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.2.1
|
container: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.3.0
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: https://code.forgejo.org/actions/checkout@v3
|
uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
|
|
|
@ -10,9 +10,9 @@ export default {
|
||||||
buildStatic: true
|
buildStatic: true
|
||||||
},
|
},
|
||||||
scanner: {
|
scanner: {
|
||||||
samples: 3,
|
|
||||||
device: 'desktop',
|
device: 'desktop',
|
||||||
sitemap: true,
|
sitemap: true,
|
||||||
|
throttle: false,
|
||||||
},
|
},
|
||||||
outputPath: "unlighthouse-reports",
|
outputPath: "unlighthouse-reports",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue