Skip to content

Commit cb6ba5f

Browse files
authored
get info-level logging (#596)
1 parent 86607da commit cb6ba5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check new beta version
22

33
on:
44
schedule:
5-
- cron: "53 */1 * * *"
5+
- cron: "14 */1 * * *"
66
env:
77
LATEST: ""
88
permissions:

ci_pyproject_headed.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.pytest.ini_options]
22
generate_report_on_test = true
33
log_cli = true
4-
log_cli_level = "warn"
4+
log_cli_level = "info"
55
markers = [
66
"audio: test is reliant on audio",
77
"headed: test must run in headed mode (e.g. uses pynput)",

0 commit comments

Comments
 (0)