Skip to content

Commit b8dd963

Browse files
committed
revert logging changes
1 parent cb6ba5f commit b8dd963

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: "14 */1 * * *"
5+
- cron: "34 */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 = "info"
4+
log_cli_level = "warn"
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)