diff --git a/.github/workflows/lighthouseci.yml b/.github/workflows/lighthouseci.yml index a4423a1f42d2..e8a7b8dc2b86 100644 --- a/.github/workflows/lighthouseci.yml +++ b/.github/workflows/lighthouseci.yml @@ -16,9 +16,7 @@ jobs: node-version: 19 - run: npm install && npm install -g @lhci/cli@0.11.x - run: CI=false npm run build - - run: lhci collect - - run: lhci assert - - run: lhci upload - run: lhci collect --config=.desktop-lighthouserc.js - run: lhci assert --config=.desktop-lighthouserc.js - run: lhci upload + - run: lhci autorun