tests: run the golden LHR check earlier (#5609)

This commit is contained in:
Paul Irish 2018-07-02 10:18:39 -07:00 коммит произвёл GitHub
Родитель 65fa9fcf1b
Коммит 6193242bb2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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",