ci: add gunicorn call

This commit is contained in:
Michael Grote 2023-06-26 23:58:45 +02:00
parent 7c3f608839
commit 9f82084cc2
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ steps:
- |
apt update
apt install wget jq curl -y
python3 -m gunicorn app:app c gunicorn_config.py &
export TOKEN=myuploadtoken
export URL="localhost:5000"
mkdir -p tests