decomposer: generate files for Maintain only the latest check result for each monitored target in concurrency-safe memory and expose it through the specified FastAPI current-status endpoint.
Some checks failed
tests / pytest (push) Failing after 6s

This commit is contained in:
2026-08-09 15:09:16 +00:00
parent 9d4b0d6d1e
commit 25d4aa3766

12
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: tests
on: [push, pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: python -m pip install -e '.[test]'
- run: python -m pytest -q