diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 0199f9d..ed77d4d 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -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 }} diff --git a/lighthouserc.json b/lighthouserc.json index 6474347..b17fbc9 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -11,6 +11,9 @@ ], "settings": { "preset": "desktop" + }, + "upload": { + "target": "temporary-public-storage" } }, "assert": {