Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tommm2 committed Mar 26, 2024
1 parent 517b824 commit da207fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Run lighthouseci
run: |
pnpm add -g @lhci/cli@0.13.x
lhci autorun
lhci collect
lhci upload
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
3 changes: 3 additions & 0 deletions lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
],
"settings": {
"preset": "desktop"
},
"upload": {
"target": "temporary-public-storage"
}
},
"assert": {
Expand Down

0 comments on commit da207fb

Please sign in to comment.