File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,13 +52,12 @@ jobs:
5252 - name : " Build: Elide Plugin"
5353 run : ./mvnw clean install -pl elide-plugin
5454 - name : " Test: Java Compiler"
55- run :
56- ./mvnw test -pl java-compiler
57- ./mvnw clean package exec:java -f sample-java
55+ run : ./mvnw test -pl java-compiler
56+ - name : " Test: Java Compiler (Build Sample) "
57+ run : ./mvnw clean package exec:java -f sample-java
5858 - name : " Test: Kotlin Plugin"
59- run :
60- ./mvnw test -pl kotlin-plugin
61- ./mvnw clean package exec:java -f sample-kotlin
62- - name : " Test: Elide Plugin"
63- run :
64- ./mvnw clean package exec:java -f sample-mixed
59+ run : ./mvnw test -pl kotlin-plugin
60+ - name : " Test: Kotlin Plugin (Build Sample)"
61+ run : ./mvnw clean package exec:java -f sample-kotlin
62+ - name : " Test: Elide Plugin (Build Sample)"
63+ run : ./mvnw clean package exec:java -f sample-mixed
You can’t perform that action at this time.
0 commit comments