Disable tests
This commit is contained in:
parent
2eb5fe133e
commit
6fd3f05ba2
@ -14,20 +14,20 @@ pipeline:
|
|||||||
event: pull_request
|
event: pull_request
|
||||||
|
|
||||||
# -------------------------------------- API --------------------------------------
|
# -------------------------------------- API --------------------------------------
|
||||||
test_api:
|
# test_api:
|
||||||
image: python
|
# image: python
|
||||||
detach: true
|
# detach: true
|
||||||
commands:
|
# commands:
|
||||||
- export MYSQL_USER=aktienbot
|
# - export MYSQL_USER=aktienbot
|
||||||
- export MYSQL_PASSWORD=12345678
|
# - export MYSQL_PASSWORD=12345678
|
||||||
- export MYSQL_HOST=mariadb
|
# - export MYSQL_HOST=mariadb
|
||||||
- export MYSQL_PORT=3306
|
# - export MYSQL_PORT=3306
|
||||||
- cd api/
|
# - cd api/
|
||||||
- pip install -r requirements.txt
|
# - pip install -r requirements.txt
|
||||||
- python -m pytest
|
# - python -m pytest
|
||||||
when:
|
# when:
|
||||||
path: "api/*"
|
# path: "api/*"
|
||||||
event: push
|
# event: push
|
||||||
|
|
||||||
build_api:
|
build_api:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user