active batch mode and do not build jar (only test)

Seems like there is a github actions bug so that the class file is
taken from another environment, maybe we can workaround it by not
building the jar
This commit is contained in:
Robert Stoll
2020-05-15 20:49:51 +02:00
parent dad0e850d1
commit 913bdb4359
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ jobs:
run: samples\jvm\junit5\gradlew -p samples\jvm\junit5 build
- name: build maven sample
run: (cd samples/maven; ./mvnw)
run: (cd samples/maven; ./mvnw -B clean test)
shell: bash
- name: build MPP sample