in a CI test, print less junk (#831)

This commit is contained in:
Yuri Astrakhan
2020-04-24 16:44:02 -04:00
committed by GitHub
parent 83f8a23bd3
commit 479b83c0f0
2 changed files with 9 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ jobs:
# For now, change the quickstart values directly in the .env file
# TODO: We should probably use env vars instead
sed -i 's/QUICKSTART_MAX_ZOOM=7/QUICKSTART_MAX_ZOOM=14/g' .env
export QUIET=1
./quickstart.sh $area
- name: Save quickstart.log