diff --git a/.github/workflows/e2e-heavy.yaml b/.github/workflows/e2e-heavy.yaml index 131b072fe1..e800533b2b 100644 --- a/.github/workflows/e2e-heavy.yaml +++ b/.github/workflows/e2e-heavy.yaml @@ -18,6 +18,9 @@ jobs: uses: treosh/lighthouse-ci-action@v12 with: configPath: ./lighthouserc.json + temporaryPublicStorage: true + uploadArtifacts: true + runs: 3 # Multiple runs to reduce variance e2e: name: End-to-end testing runs-on: ubuntu-latest