[skip ci] further linting

This commit is contained in:
Mirco 2024-07-09 09:08:38 +02:00
parent a2793c19a4
commit c6f6ce8d32

View file

@ -46,7 +46,7 @@ def drun(project):
@task
def test(project):
build = get_devops_build(project)
run("MEMBERNAMES=er,sie,es ./gradlew test", shell=True, check=True)
run("./gradlew test", shell=True, check=True)
@task