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
Some checks failed
verify / test (push) Failing after 7s
This commit is contained in:
13
.github/workflows/verify.yml
vendored
Normal file
13
.github/workflows/verify.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user