tests: run the golden LHR check earlier (#5609)
This commit is contained in:
Родитель
65fa9fcf1b
Коммит
6193242bb2
|
@ -33,10 +33,10 @@ before_script:
|
|||
- yarn build-all
|
||||
script:
|
||||
- yarn bundlesize
|
||||
- yarn diff:sample-json
|
||||
- yarn lint
|
||||
- yarn unit:silentcoverage
|
||||
- yarn type-check
|
||||
- yarn diff:sample-json
|
||||
- yarn smoke:silentcoverage
|
||||
- yarn test-extension
|
||||
- yarn test-viewer
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
"debug": "node --inspect-brk ./lighthouse-cli/index.js",
|
||||
"start": "node ./lighthouse-cli/index.js",
|
||||
"test": "yarn lint --quiet && yarn unit && yarn type-check && yarn diff:sample-json",
|
||||
"test": "yarn diff:sample-json && yarn lint --quiet && yarn unit && yarn type-check",
|
||||
"test-extension": "cd lighthouse-extension && yarn test",
|
||||
"test-viewer": "cd lighthouse-viewer && yarn pptr-test",
|
||||
"test-lantern": "bash lighthouse-core/scripts/test-lantern.sh",
|
||||
|
|
Загрузка…
Ссылка в новой задаче