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

Set action as failed when Java can't be installed. Fixes #12 #13

Closed bkabrda closed 4 years ago

bkabrda commented 4 years ago

This marks the action as failed when Java can't be installed. I'm no JS/Github actions expert, but hopefully this would work.

bkabrda commented 4 years ago

@olafurpg good comment, I accepted the suggestion. Thanks!

bkabrda commented 4 years ago

@olafurpg thanks a lot! Any chance you could do a release soon?

Edit: turns out I can pin the action on the specific commit, so I don't really need a release to get this fast.