Skip to content

Commit 1bf33e5

Browse files
committed
ci: restore patch for failing Windows tests
1 parent cd0825a commit 1bf33e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci_pipeline.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ name: CI Pipeline
1212
- poetry.lock
1313
- pyproject.toml
1414

15+
env:
16+
# On Windows, snapshots are skipped because of subtle differences in whitespace
17+
PYTEST_ADDOPTS: "--snapshot-warn-unused"
18+
1519
jobs:
1620
lint:
1721
runs-on: ${{ matrix.os }}

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docker compose logs --follow | awk 'match($0, / \| \{.+/) { print substr($0, RST
4242

4343
## Configuration
4444

45-
Optionally, specify a path to a custom configuration file. See an example configuration file at: [tests/config_default.toml](https://github.com/KyleKing/tail-jsonl/blob/main/tests/config_default.toml)
45+
Optionally, specify a path to a custom configuration file. For an example configuration file see: [./tests/config_default.toml](https://github.com/KyleKing/tail-jsonl/blob/main/tests/config_default.toml)
4646

4747
```sh
4848
echo '...' | tail-jsonl --config-path=~/.tail-jsonl.toml

0 commit comments

Comments
 (0)