Version bump
All checks were successful
/ astro-check (push) Successful in 17s
/ get-version (push) Successful in 2s
/ checking (push) Successful in 16s
/ check-tag (push) Successful in 2s
/ run-unlighthouse (push) Successful in 0s
/ build-site (push) Successful in 1m18s
/ create-release (push) Successful in 6s
/ auto-deploy-dockge (push) Successful in 22s
All checks were successful
/ astro-check (push) Successful in 17s
/ get-version (push) Successful in 2s
/ checking (push) Successful in 16s
/ check-tag (push) Successful in 2s
/ run-unlighthouse (push) Successful in 0s
/ build-site (push) Successful in 1m18s
/ create-release (push) Successful in 6s
/ auto-deploy-dockge (push) Successful in 22s
This commit is contained in:
parent
8e6be5ae82
commit
aaa9611b1c
3 changed files with 4 additions and 3 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- name: Run unlighthouse
|
||||
run: unlighthouse-ci --site "http://localhost:8081/" --disable-dynamic-sampling
|
||||
run: unlighthouse-ci --site "http://localhost:8081/"
|
||||
- name: Prepare artifacts
|
||||
run: cp serve.json unlighthouse-reports
|
||||
- name: Upload reports
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.14",
|
||||
"version": "0.2.0-pre.16",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -10,12 +10,13 @@ export default {
|
|||
},
|
||||
ci: {
|
||||
budget: 50,
|
||||
buildStatic: true
|
||||
buildStatic: true,
|
||||
},
|
||||
scanner: {
|
||||
device: 'mobile',
|
||||
sitemap: true,
|
||||
throttle: false,
|
||||
dynamicSampling: false,
|
||||
},
|
||||
outputPath: "unlighthouse-reports",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue