Firq
e11130ce1a
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 11s
/ checking (push) Successful in 25s
/ build-site (push) Successful in 1m13s
/ run-unlighthouse (push) Successful in 0s
/ create-release (push) Successful in 5s
/ auto-deploy-dockge (push) Successful in 22s
/ check-tag (push) Successful in 2s
23 lines
441 B
TypeScript
23 lines
441 B
TypeScript
export default {
|
|
puppeteerOptions: {
|
|
args: [
|
|
"--no-sandbox",
|
|
"--disable-setuid-sandbox"
|
|
],
|
|
},
|
|
puppeteerClusterOptions: {
|
|
maxConcurrency: 1
|
|
},
|
|
ci: {
|
|
budget: 50,
|
|
buildStatic: true,
|
|
},
|
|
scanner: {
|
|
device: 'mobile',
|
|
sitemap: true,
|
|
throttle: false,
|
|
dynamicSampling: false,
|
|
},
|
|
outputPath: "unlighthouse-reports",
|
|
}
|