olafurpg / setup-scala

GitHub Action to install any version of Java (GraalVM, Java 8, Java 11, Java 14, ...) via Jabba. Works for any JVM language including Java, Scala and Kotlin.
MIT License
168 stars 30 forks source link

Fail when requested JDK is not found #12

Closed bkabrda closed 4 years ago

bkabrda commented 4 years ago

Hey, I'm not sure if I'm doing something wrong, but the action seems to not fail when I try to request installation of JDK for a platform where it's not available, e.g. installing ibm@1.8.0 on macos-latest in my GH workflow silently passes even though the JDK is not actually installed.