mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
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:
2
.github/workflows/java-windows.yml
vendored
2
.github/workflows/java-windows.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user