From 1624989f77d7c7e80c6328b755438d327654bfab Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Mon, 4 Apr 2022 14:16:56 +0200 Subject: [PATCH] Try to fix pipeline --- .woodpecker/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 34a73c9..5825f6e 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -17,6 +17,10 @@ pipeline: test_api: image: python commands: + - export MYSQL_USER=aktienbot + - export MYSQL_PASSWORD=12345678 + - export MYSQL_HOST=mariadb + - export MYSQL_PORT=3306 - cd api/ - pip install -r requirements.txt - python -m pytest