Skip to content

Commit fe8aeb6

Browse files
committed
update LHCI job
1 parent a39361a commit fe8aeb6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,6 @@ jobs:
9292
run: pnpm build
9393

9494
- name: ♿ Accessibility audit (Lighthouse)
95-
run: pnpm lhci
95+
run: lhci autorun
96+
env:
97+
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"test:browser:update": "playwright test --update-snapshots",
2424
"test:nuxt": "vitest --project nuxt",
2525
"test:types": "nuxt prepare && vue-tsc -b --noEmit && pnpm --filter npmx-connector test:types",
26-
"test:unit": "vitest --project unit",
27-
"lhci": "lhci autorun"
26+
"test:unit": "vitest --project unit"
2827
},
2928
"dependencies": {
3029
"@iconify-json/simple-icons": "^1.2.67",

0 commit comments

Comments
 (0)