Update .drone.yml

This commit is contained in:
Bozhidar 2024-05-11 12:13:29 +03:00
parent f16c020d18
commit e4f66ef06f

View file

@ -5,6 +5,8 @@ steps:
- name: run unit tests
image: ubuntu:22.04
environment:
CODECOV_TOKEN:
from_secret: CODECOV_TOKEN
DEBIAN_FRONTEND: noninteractive
commands:
- MAIN_REPO_DIR=$(pwd)