Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Dec 14, 2023
1 parent 8db3a66 commit e057c74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: |
- name: Run Lighthouse CI
run: |
yarn
npm install -g @lhci/[email protected]
yarn build
Expand Down
5 changes: 1 addition & 4 deletions lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"startServerCommand": "yarn start"
},
"assert": {
"assertions": {
"unused-css-rules": ["warn"],
"unused-javascript": ["warn"]
}
"preset": "lighthouse:recommended"
},
"upload": {
"target": "temporary-public-storage"
Expand Down

0 comments on commit e057c74

Please sign in to comment.