
Basic Github action for Kotlin (Gradle): build and test
I recently started working with Kotlin. And unlike in my Rust and Scala projects, Github did not suggest a CI workflow for me. You can use a bog-standard Java workflow and just add two commands: chmod +x gradlew ./gradlew test --no-daemon Here is the workflow (goes into .github/workflows/ci.