Skip to content

Commit

Permalink
add lighthouse on cicd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aferreira-deo committed Jun 4, 2024
1 parent f991b2c commit fed779a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./src

- name: Install Lighthouse CI
run: npm install @lhci/cli

- name: Run Lighthouse CI
run: |
lhci autorun --collect.staticDistDir=./src --assert.preset=lighthouse:recommended

0 comments on commit fed779a

Please sign in to comment.