diff --git a/.github/lighthouse/lightrouserc.json b/.github/lighthouse/lightrouserc.json index 6f2ecf6..bb27c53 100644 --- a/.github/lighthouse/lightrouserc.json +++ b/.github/lighthouse/lightrouserc.json @@ -4,7 +4,7 @@ "staticDistDir": "./dist/my-app" }, "assert": { - "preset": "lighthouse:all" + "preset": "lighthouse:no-pwa" } } } diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 5b11dcc..908968d 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -17,3 +17,4 @@ jobs: uses: treosh/lighthouse-ci-action@v12 with: configPath: './.github/lighthouse/lightrouserc.json' + temporaryPublicStorage: true