mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 22:10:40 -05:00
ci: set npm verbosity to warn via environment variable
This commit is contained in:
@@ -5,6 +5,8 @@ jobs:
|
||||
docker:
|
||||
# the Docker image with Cypress dependencies and Chrome browser
|
||||
- image: cypress/internal:chrome58
|
||||
environment:
|
||||
npm_config_loglevel: warn
|
||||
working_directory: ~/cypress-monorepo
|
||||
parallelism: 3
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user