Unlighthouse bump
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 12s
/ unlighthouse (push) Successful in 30s
/ deploy-unlighthouse-files (push) Successful in 6s
/ deploy-unlighthouse-site (push) Successful in 5s

This commit is contained in:
Firq 2024-10-21 22:48:04 +02:00
parent 96a9c2593c
commit 3b307e48c7
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",
} }