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

View File

@@ -35,7 +35,7 @@ jobs:
- samples/js/mocha/gradlew -p ./samples/js/mocha build
- samples/jvm/spek/gradlew -p ./samples/jvm/spek build
- samples/jvm/junit5/gradlew -p ./samples/jvm/junit5 build
- (cd samples/maven; ./mvnw)
- (cd samples/maven; ./mvnw -B test)
- samples/multiplatform/gradlew -p ./samples/multiplatform build
- misc/tools/atrium-samples-test/gradlew -p ./misc/tools/atrium-samples-test build