ci(aio): verify that the Lighthouse PWA score remains above a threshold
This commit is contained in:

committed by
Pete Bacon Darwin

parent
a73050de48
commit
49d97e1216
@ -71,7 +71,7 @@ case ${CI_MODE} in
|
||||
;;
|
||||
0)
|
||||
# Preconditions met: Deploy
|
||||
yarn run deploy-preview
|
||||
yarn deploy-preview
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@ -82,7 +82,7 @@ case ${CI_MODE} in
|
||||
else
|
||||
# This is upstream master: Deploy to staging
|
||||
travisFoldStart "deploy.aio.staging"
|
||||
yarn run deploy-staging
|
||||
yarn deploy-staging
|
||||
travisFoldEnd "deploy.aio.staging"
|
||||
fi
|
||||
)
|
||||
|
Reference in New Issue
Block a user