decomposer: generate files for Create a production-suitable Dockerfile and minimal Docker Compose configuration for packaging and running the completed FastAPI endpoint monitoring service.
Some checks failed
verify / test (push) Failing after 7s

This commit is contained in:
2026-08-09 15:10:55 +00:00
parent f06fdc4b7f
commit 129ed46507

13
.github/workflows/verify.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: verify
on: [push, pull_request]
jobs:
test:
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 .
- run: python -m unittest discover -s tests -v
- run: ./scripts/integration.sh