This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git
The following commit(s) were added to refs/heads/main by this push:
new ab469b2 ci(tests): add privacy-llm checker and redactor to pytest
matrix (#59)
ab469b2 is described below
commit ab469b2fd151d581a32034df49a37ddc774f8078
Author: André Ahlert <[email protected]>
AuthorDate: Tue May 5 11:58:42 2026 -0300
ci(tests): add privacy-llm checker and redactor to pytest matrix (#59)
The two privacy-llm Python packages (checker: 33 tests, redactor:
48 tests) were omitted from the CI pytest matrix despite having
passing test suites and their own pyproject.toml + uv.lock. This
brings the visible CI signal in line with the actual test surface.
Signed-off-by: André Ahlert <[email protected]>
---
.github/workflows/tests.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 0c177d2..90412a0 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -48,6 +48,10 @@ jobs:
path: tools/vulnogram/generate-cve-json
- name: skill-validator
path: tools/skill-validator
+ - name: privacy-llm-checker
+ path: tools/privacy-llm/checker
+ - name: privacy-llm-redactor
+ path: tools/privacy-llm/redactor
# GitHub Actions log viewer renders ANSI colour escapes; without
# an attached TTY most tools default to monochrome. `FORCE_COLOR`
# is the de-facto signal honoured by uv, ruff, mypy, and pytest's