diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4de13c9..9b4d48f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: 18.x - - name: npm install - run: | - npm install - name: run Lighthouse CI run: | npm install -g @lhci/cli@0.13.x diff --git a/lighthouserc.js b/lighthouserc.js index a278cc8..6bea4b8 100644 --- a/lighthouserc.js +++ b/lighthouserc.js @@ -1,13 +1,13 @@ module.exports = { ci: { - collect: { - settings: { - preset: 'desktop' - }, - url: ['https://www.zappos.com/cart'], + collect: { + settings: { + preset: 'desktop' }, - upload: { - target: 'temporary-public-storage', + url: ['https://www.zappos.com/cart', 'https://www.zappos.com/red-shoes'], + }, + upload: { + target: 'temporary-public-storage', } } }; \ No newline at end of file