Skip to content

Commit

Permalink
Use budgets in config file, not separate.
Browse files Browse the repository at this point in the history
  • Loading branch information
grugnog committed Jun 24, 2022
1 parent 1ce6fed commit 09ac7b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
1 change: 0 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
uses: treosh/lighthouse-ci-action@v8
with:
temporaryPublicStorage: true
budgetPath: ./.lighthouse-budget.json
configPath: ./.lighthouserc.yml
urls: |
${{ steps.urls.outputs.urls }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ public
.env
.env.*
*.logpages.txt
.lighthouseci
pages.txt
static/greenhouse.css
31 changes: 0 additions & 31 deletions .lighthouse-budget.json

This file was deleted.

2 changes: 1 addition & 1 deletion .lighthouserc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ci:
assert:
preset: lighthouse:recommended
preset: lighthouse:recommended

0 comments on commit 09ac7b5

Please sign in to comment.