Skip to content

Commit

Permalink
chore: tweak lighthouse budget
Browse files Browse the repository at this point in the history
  • Loading branch information
8lane committed Oct 28, 2024
1 parent 22d29fc commit d9c6ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: ./.github/actions/install-cache

- name: Unlighthouse assertions and client
run: npx unlighthouse-ci --build-static --site ${{ env.TARGET_URL }} --budget=80
run: npx unlighthouse-ci --build-static --site ${{ env.TARGET_URL }} --budget=75
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
if: ${{ needs.lighthouse.result == 'failure' }}
with:
status: failure
notification_title: ':warning: {workflow} score has dropped below 80% :warning:'
notification_title: ':warning: {workflow} threshold has dropped :warning:'
message_format: '*{workflow}* {status_message} in <{repo_url}|{repo}@{branch}> on <{commit_url}|{commit_sha}>'
mention_groups: ${{ vars.SLACK_MENTION_USERS }}
mention_groups_when: 'failure,warnings'
Expand Down

0 comments on commit d9c6ac5

Please sign in to comment.