fix(elixir): set proper log level for tests
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
1eab8b9372
commit
65056df558
@ -16,7 +16,7 @@ config :wabanex, WabanexWeb.Endpoint,
|
|||||||
server: false
|
server: false
|
||||||
|
|
||||||
# Print only warnings and errors during test
|
# Print only warnings and errors during test
|
||||||
config :logger, level: :warn
|
config :logger, level: :warning
|
||||||
|
|
||||||
config :junit_formatter,
|
config :junit_formatter,
|
||||||
report_file: "test_report.xml",
|
report_file: "test_report.xml",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user