Skip to content

Commit

Permalink
Update lighthouse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirmousaviii authored Oct 25, 2023
1 parent af95818 commit ae421cf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ jobs:
with:
node-version: 16.x
- name: npm install, build
run: |
npm install
npm run build
run: npm install && npm install -g @lhci/[email protected]
- name: run Lighthouse CI
run: |
npm install -g @lhci/[email protected]
lhci autorun
run: lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

0 comments on commit ae421cf

Please sign in to comment.