ci: make `integration_test` job logs less verbose (#26929)
Follow-up for 804fb99d6
.
PR Close #26929
This commit is contained in:
parent
86d41a1db9
commit
d568d7a352
|
@ -9,7 +9,7 @@
|
|||
"ng": "ng",
|
||||
"postinstall": "webdriver-manager update --gecko false --standalone false $CHROMEDRIVER_VERSION_ARG && yarn ivy-ngcc",
|
||||
"start": "ng serve",
|
||||
"test": "ng build"
|
||||
"test": "ng build --progress false"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue