[skip ci] further linting
This commit is contained in:
parent
a2793c19a4
commit
c6f6ce8d32
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue