[autotest] remove environment variable setting

This commit is contained in:
tobi-wan-kenobi 2022-07-29 13:39:06 +02:00
parent 6980d5e5d0
commit 6bac2b6e34

View file

@ -37,7 +37,7 @@ jobs:
./cc-test-reporter before-build
- name: Run tests
run: |
RESULT=coverage3 run --source=. -m pytest tests -v
coverage run --source=. -m pytest tests -v
- name: Report coverage
uses: paambaati/codeclimate-action@v3.0.0
with: