Skip to content

Commit b673c76

Browse files
authored
CI & Chore: This and that (#30)
* Chore: Remove inactive snippet from `pyproject.toml` * CI: Run test job each night, to prevent anything going south by its own
1 parent 360ca9f commit b673c76

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ on:
44
push:
55
branches: [ main ]
66
pull_request: ~
7+
8+
# Allow job to be triggered manually.
79
workflow_dispatch:
810

11+
# Run job each night after CrateDB nightly has been published.
12+
schedule:
13+
- cron: '0 4 * * *'
14+
915
concurrency:
1016
group: ${{ github.workflow }}-${{ github.ref }}
1117
cancel-in-progress: true

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ log_cli_level = "DEBUG"
5959
log_format = "%(asctime)-15s [%(name)-36s] %(levelname)-8s: %(message)s"
6060
xfail_strict = true
6161

62-
[tool.coverage.paths2]
63-
source = [
64-
".",
65-
"examples",
66-
]
67-
6862
[tool.coverage.run]
6963
branch = false
7064
source = [

0 commit comments

Comments
 (0)