ci(aio): log the full PWA testing results
This will help diagnose errors or regressions in PWA scores.
This commit is contained in:

committed by
Pete Bacon Darwin

parent
b40aae54b7
commit
35d1922006
@ -69,5 +69,5 @@ readonly relevantChangedFilesCount=$(git diff --name-only $TRAVIS_COMMIT_RANGE |
|
||||
fi
|
||||
|
||||
# Run PWA-score tests
|
||||
yarn test-pwa-score -- "$DEPLOYED_URL" "$MIN_PWA_SCORE"
|
||||
yarn test-pwa-score -- "$DEPLOYED_URL" "$MIN_PWA_SCORE" "$PWA_RESULTS_LOG"
|
||||
)
|
||||
|
Reference in New Issue
Block a user