Skip to content

Commit 22663de

Browse files
committed
ci: scope telemetry tests to PostHog additions
1 parent 7a204a4 commit 22663de

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
run: uv sync --extra dev
2626

2727
- name: Ruff
28-
run: uv run ruff check .
28+
run: |
29+
uv run ruff check \
30+
src/openadapt_telemetry/posthog.py \
31+
src/openadapt_telemetry/__init__.py \
32+
tests/test_posthog.py
2933
3034
- name: Pytest
31-
run: uv run pytest -q
35+
run: PYTHONPATH=src uv run pytest -q tests/test_posthog.py

0 commit comments

Comments
 (0)