mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-03 13:16:10 +00:00
added api tests
This commit is contained in:
@@ -16,9 +16,13 @@ build:
|
||||
- docker push ${CI_REGISTRY}/${CI_PROJECT_PATH}/${CI_BUILD_REF_NAME}:${CI_BUILD_REF}
|
||||
|
||||
test:
|
||||
image: python:3.10-alpine
|
||||
stage: test
|
||||
before_script:
|
||||
- pip install pytest httpx
|
||||
- cd test
|
||||
script:
|
||||
- echo "Nothing to do ..."
|
||||
- pytest main.py
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
|
||||
Reference in New Issue
Block a user